Skip to content

Commit

Permalink
Remove Travis-CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Mar 27, 2016
1 parent d4e73a9 commit df0c3f6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,3 @@ install:

script:
- ./gradlew test

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -f $HOME/.gradle/caches/2.10/plugin-resolution/cache.properties.lock
- rm -f $HOME/.gradle/caches/2.10/plugin-resolution/cache.properties
cache:
directories:
- $HOME/.gradle/caches
- $HOME/.gradle/daemon
- $HOME/.gradle/native
- $HOME/.gradle/wrapper

0 comments on commit df0c3f6

Please sign in to comment.