Skip to content

Commit

Permalink
Travis: use 'openjdk8' instead of 'oraclejdk8'
Browse files Browse the repository at this point in the history
(This now restores coverage for 8, and I made a similar change for 11.)

Fixes #89

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=272930783
  • Loading branch information
sullis authored and cpovirk committed Oct 4, 2019
1 parent a8489ff commit d30e344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ sudo: false
language: java

jdk:
- oraclejdk11
- openjdk8
- openjdk11

install: mvn install -U -DskipTests=true

Expand Down

0 comments on commit d30e344

Please sign in to comment.