Skip to content

Commit

Permalink
Adapted Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
dvreeze committed May 6, 2020
1 parent 9696821 commit 0acc59c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ install:

matrix:
include:
- jdk: openjdk11
scala: 2.12.10
- jdk: openjdk13
scala: 2.12.11
- jdk: oraclejdk9
scala: 2.12.10
- jdk: oraclejdk9
scala: 2.13.1
scala: 2.13.2
- jdk: openjdk13
scala: 2.13.2

script:
- sbt ++$TRAVIS_SCALA_VERSION -J-Xmx3G test
Expand Down

0 comments on commit 0acc59c

Please sign in to comment.