Skip to content

Commit

Permalink
removed jdk 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Nov 20, 2018
1 parent a9b1e11 commit 0a371a6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ scala:
- 2.12.6
jdk:
- oraclejdk8
- oraclejdk9
- oraclejdk10
- oraclejdk11
- openjdk11
env:
matrix:
- SCRIPT=scripts/test-sbt
Expand All @@ -29,19 +27,15 @@ before_cache:
matrix:
exclude:
- scala: 2.11.12
jdk: oraclejdk9
- scala: 2.11.12
jdk: oraclejdk10
- scala: 2.11.12
jdk: oraclejdk11
jdk: openjdk11
allow_failures:
# We should allow failures here since Java 11 removed some modules including
# java.xml.bind which we are adding when running with Java 9+. For more details
# see http://openjdk.java.net/jeps/320
#
# Play already has a fix for that, but it needs to be backported and released
# for 2.6.x: https://github.com/playframework/playframework/pull/8382
- jdk: oraclejdk11
- jdk: openjdk11

# See https://blog.travis-ci.com/2014-03-13-slack-notifications/
# created with travis encrypt command line tool
Expand Down

0 comments on commit 0a371a6

Please sign in to comment.