Skip to content

Commit

Permalink
travis-refine-cache
Browse files Browse the repository at this point in the history
Don't cache the entire .gradle directory, because it may
take time. Instead, follow this advice
http://forums.gradle.org/gradle/topics/travis-ci-caching-dependencies
and only cache the '.gradle/caches' directory.
  • Loading branch information
dhalperi committed Mar 5, 2015
1 parent fc3e7e5 commit 36e8b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,4 +15,4 @@ sudo: false

cache:
directories:
- $HOME/.gradle
- $HOME/.gradle/caches

0 comments on commit 36e8b39

Please sign in to comment.