Skip to content

Commit

Permalink
Update CI to use openjdk8 and oraclejdk8 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jbornemann committed Jul 30, 2017
1 parent 4bdfc87 commit 34fd69b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ cache:
- $HOME/.gradle
- $HOME/protobuf

dist: trusty

jdk:
- oraclejdk7
- oraclejdk8
- openjdk7
- openjdk8

# Allow running on a container instead of a traditional VM
sudo: false
Expand Down

0 comments on commit 34fd69b

Please sign in to comment.