Skip to content

Commit

Permalink
Enable Travis caching feature
Browse files Browse the repository at this point in the history
  • Loading branch information
makkarpov committed Jul 26, 2015
1 parent 77437f2 commit 4b0f96c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -10,3 +10,7 @@ env:

install: gradle setupCIWorkspace
script: gradle build

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

0 comments on commit 4b0f96c

Please sign in to comment.