Skip to content

Commit 8c64b53

Browse files
committed
Fix with workaround the JDK 9 config
Based on scala/scala-xml#173 (comment)
1 parent fd2928b commit 8c64b53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jdk:
1818
- oraclejdk8
1919
- oraclejdk9
2020
scala:
21-
- 2.10.6
22-
- 2.11.11
21+
- 2.10.7
22+
- 2.11.12
2323
- 2.12.4
2424
notifications:
2525
email: false
@@ -29,7 +29,7 @@ notifications:
2929
# on_failure: always # options: [always|never|change] default: always
3030
# on_start: false # default: false
3131
script:
32-
- sbt ++$TRAVIS_SCALA_VERSION clean doc coverage test miniKanrenExamplesJVM/tut coverageReport &&
33-
sbt coverageAggregate
32+
- sbt -Dsbt.scala.version=2.10.7 ++$TRAVIS_SCALA_VERSION clean doc coverage test miniKanrenExamplesJVM/tut coverageReport &&
33+
sbt -Dsbt.scala.version=2.10.7 coverageAggregate
3434
after_success:
35-
- sbt coveralls
35+
- sbt -Dsbt.scala.version=2.10.7 coveralls

0 commit comments

Comments
 (0)