Skip to content

Commit

Permalink
Travis: use a container and caches
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuharu Nakano authored and Jeff Scott Brown committed Apr 29, 2015
1 parent 868be8a commit 58b58da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: groovy
sudo: false
jdk:
- oraclejdk7
env:
Expand Down Expand Up @@ -36,3 +37,6 @@ deploy:
all_branches: true
after_deploy:
- ./gradlew sdkMajorRelease
cache:
directories:
- $HOME/.gradle

0 comments on commit 58b58da

Please sign in to comment.