Skip to content

Commit

Permalink
cache travis deps & allow failure for openjdk while travis fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Dec 18, 2015
1 parent 9618ce9 commit 237283c
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 @@ -7,8 +7,15 @@ jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
matrix:
allow_failures:
- jdk: openjdk7
os:
- linux
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_install:
- git config --global user.email "travis@connortumbleson.com"
- git config --global user.name "Travis CI Bot"
Expand All @@ -21,4 +28,4 @@ script: ./gradlew build fatJar proguard
branches:
only:
- master
- stable
- stable

0 comments on commit 237283c

Please sign in to comment.