Skip to content

Commit

Permalink
Travis CI fix number 2
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Aug 21, 2019
1 parent 834b931 commit 13a89be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: java
jdk: oraclejdk8

dist: trusty

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand All @@ -14,4 +16,4 @@ before_install:
- chmod +x gradlew

notifications:
email: false
email: false

0 comments on commit 13a89be

Please sign in to comment.