Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Sep 27, 2016
1 parent 9e10c92 commit c72f217
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ deploy:
branches:
only:
- master
script: ./gradlew SetupCIWorkspace build
install: ./gradlew SetupCIWorkspace
script: ./gradlew build
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

0 comments on commit c72f217

Please sign in to comment.