Skip to content

Commit

Permalink
Fix Travis build for JDK 8 and JDK 9
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jun 11, 2019
1 parent ad26297 commit 4bb7412
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dist: xenial

language: java

matrix:
include:
- os: linux
jdk: oraclejdk8
jdk: openjdk8
- os: linux
jdk: oraclejdk9
jdk: openjdk9
- os: linux
dist: xenial
jdk: openjdk10
- os: linux
dist: xenial
jdk: openjdk11
- os: osx
osx_image: xcode9.3 # JDK 8
Expand Down

0 comments on commit 4bb7412

Please sign in to comment.