Skip to content

Commit

Permalink
Add travis cache setting and use latest jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshifeng committed Jan 24, 2016
1 parent 18f0939 commit c167350
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: groovy

addons:
apt:
packages:
- oracle-java8-installer

jdk:
- oraclejdk7
- openjdk7
Expand All @@ -13,3 +18,7 @@ env:
script:
- gradle load
- gradle test --info

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

0 comments on commit c167350

Please sign in to comment.