Skip to content

Commit

Permalink
Merge pull request #74 from sschuberth/travis-cache
Browse files Browse the repository at this point in the history
Enable caching of downloaded Gradle artifacts between Travis CI builds
  • Loading branch information
ghale committed Mar 24, 2016
2 parents ca1fb28 + ff1fa6f commit 66dd72e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
language: groovy

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

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

0 comments on commit 66dd72e

Please sign in to comment.