Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest Java 8
Browse files Browse the repository at this point in the history
BanzaiMan committed Feb 8, 2014
1 parent 0db48a6 commit 62b3eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,9 @@ branches:
- jruby-1_7
- /^test-.*$/

before_install:
- if [[ $TRAVIS_JDK_VERSION = 'oraclejdk8' ]]; then sudo apt-get update; sudo apt-get install oracle-java8-installer; else true; fi

script: "ant $TARGET"
install: /bin/true
notifications:

0 comments on commit 62b3eb3

Please sign in to comment.