Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Maybe try Java 11?
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Nov 19, 2018
1 parent 47fc31f commit e7008d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ matrix:
- jdk: oraclejdk8
scala: '2.13.0-M4'
# broken for entirely unclear reasons
# - jdk: oraclejdk10
# - jdk: oraclejdk11
# scala: '2.13.0-M4'
- jdk: oraclejdk8
scala: '2.11.12'
- jdk: oraclejdk10
- jdk: oraclejdk11
scala: '2.11.12'
- jdk: oraclejdk8
scala: '2.12.6'
- jdk: oraclejdk10
- jdk: oraclejdk11
scala: '2.12.6'

script:
Expand Down

0 comments on commit e7008d4

Please sign in to comment.