Skip to content

Commit

Permalink
Merge pull request Netflix#1222 from mattrjacobs/use-java8-for-travis
Browse files Browse the repository at this point in the history
Perform Travis builds with Java8
  • Loading branch information
mattrjacobs committed May 26, 2016
2 parents 41804d2 + a40f428 commit 2c5cb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java
sudo: false

jdk:
- oraclejdk7
- oraclejdk8

script:
- ./gradlew --info check

0 comments on commit 2c5cb5e

Please sign in to comment.