Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit d5fadd6

Browse files
authored
Merge pull request #159 from exoego/drop-jdk8
Drop JDK 8 since recent Scala 2.12/2.13 has no issue on JDK 11
2 parents 4177d9b + 5562995 commit d5fadd6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ scala:
66
- 2.13.1
77

88
jdk:
9-
- openjdk8
109
- openjdk11
1110

1211
env:
@@ -18,11 +17,9 @@ script:
1817
matrix:
1918
include:
2019
- scala: 2.13.1
21-
jdk: openjdk11
2220
env: TRAVIS_NODE_VERSION="12.14.0" JOB_NAME="format and doc"
2321
script: sbt ++$TRAVIS_SCALA_VERSION scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
2422
- scala: 2.13.1
25-
jdk: openjdk11
2623
env: TRAVIS_NODE_VERSION="10.18.0" JOB_NAME="test"
2724
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v10/test
2825

0 commit comments

Comments
 (0)