Skip to content

Commit

Permalink
disable runs on openjdk8 because it does not work in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Jun 13, 2018
1 parent d7273ef commit 527c396
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ matrix:
dist: trusty
sudo: false
jdk: openjdk7
- os: linux
dist: trusty
sudo: false
jdk: openjdk8
# It sets java to the right version, but javac is on version 9. The integration tests fail
# - os: linux
# dist: trusty
# sudo: false
# jdk: openjdk8
# Not yet supported?
# - os: linux
# dist: trusty
Expand All @@ -22,11 +23,10 @@ matrix:
dist: trusty
sudo: false
jdk: oraclejdk8
# It sets javac to the right version, but java is still on version 8. The integration tests fail
# - os: linux
# dist: trusty
# sudo: false
# jdk: oraclejdk9
- os: linux
dist: trusty
sudo: false
jdk: oraclejdk9
# Test on one osx, should be Java 8
# - os: osx (Times out)

Expand Down

0 comments on commit 527c396

Please sign in to comment.