Skip to content

Commit

Permalink
Fix gradle specific stuff for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aikar committed Jun 23, 2018
1 parent a9b4151 commit bbf974c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,10 @@ git:
before_install:
- git config --global user.email "travis-ci@travis-ci.com"
- git config --global user.name "Travis CI"
- ./gradlew build
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- '$HOME/.gradle'
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

0 comments on commit bbf974c

Please sign in to comment.