Skip to content

Commit

Permalink
Update travis caching
Browse files Browse the repository at this point in the history
  • Loading branch information
IanField90 committed Sep 14, 2016
1 parent a7d32c7 commit 2022014
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,12 @@ before_install:
- export TERM=dumb

script:
- "./gradlew assembleDebug"
- "./gradlew assembleDebug"

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

0 comments on commit 2022014

Please sign in to comment.