mirror of
https://github.com/games647/ColorConsole.git
synced 2025-02-17 04:21:20 +01:00
Enable caching for travis
This commit is contained in:
parent
6ece65130d
commit
82cf282d4e
@ -6,8 +6,14 @@ sudo: false
|
||||
# This is a java project
|
||||
language: java
|
||||
|
||||
# Compile the project and run unit tests
|
||||
script: mvn test -B
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- oraclejdk9
|
||||
- openjdk11
|
||||
|
||||
# Cache Maven dependencies
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
Loading…
Reference in New Issue
Block a user