Skip to content

Commit

Permalink
Stop using Travis-CI cache
Browse files Browse the repository at this point in the history
This just doesn't optimize things with Gradle due to the lock file being
changed in ~/.gradle/caches on each build.  Disable for now; hopefully
Travis-CI will fix this.
  • Loading branch information
Josh Guilfoyle authored and longinoa committed Mar 11, 2015
1 parent b25c2bb commit c6faf4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ branches:
- gh-pages

sudo: false

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

0 comments on commit c6faf4e

Please sign in to comment.