diff --git a/.travis.yml b/.travis.yml index b52a6532..6def4ae3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ dist: trusty # xenial fail to install oraclejdk8 language: java +cache: + directories: + - $HOME/.gradle + jdk: - openjdk11 - openjdk8 @@ -29,4 +33,4 @@ script: ./gradlew check --stacktrace --info -Dfile.encoding=UTF-8 addons: hosts: - myshorthost - hostname: myshorthost \ No newline at end of file + hostname: myshorthost