Skip to content

Commit

Permalink
Update the travis-ci config to use JDK8, since we now require it for …
Browse files Browse the repository at this point in the history
…compile-testing.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137307930
  • Loading branch information
cgruber authored and netdpb committed Oct 26, 2016
1 parent 5a07ad5 commit 4ff194c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ install: mvn -B -U install clean --fail-never --quiet -DskipTests=true -Dinvoker
script: mvn -B verify

jdk:
- openjdk7
- oraclejdk7
- oraclejdk8

notifications:
email: false
Expand Down

0 comments on commit 4ff194c

Please sign in to comment.