Skip to content

Commit

Permalink
Add dependency caching for Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacwah committed Sep 9, 2015
1 parent db22ac2 commit 5108148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,9 @@ jdk:
# Use container build
sudo: false

cache:
- $HOME/.gradle

before_script:
- export GRADLE_OPTS='-Dorg.gradle.parallel=false'
- chmod +x gradlew
Expand Down

0 comments on commit 5108148

Please sign in to comment.