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

Commit 41da059

Browse files
author
exoego
committed
Drop node.js from Travis job
1 parent 6711c02 commit 41da059

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,18 @@ env:
1313
- TRAVIS_NODE_VERSION="12.10.0" JOB_NAME="test"
1414

1515
script:
16-
- sbt ++$TRAVIS_SCALA_VERSION nodejs_v8/test nodejs_v10/test current/test
16+
- sbt ++$TRAVIS_SCALA_VERSION test
1717

1818
matrix:
1919
include:
2020
- scala: 2.13.1
2121
jdk: openjdk11
2222
env: TRAVIS_NODE_VERSION="12.14.0" JOB_NAME="format and doc"
2323
script: sbt ++$TRAVIS_SCALA_VERSION scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
24-
- scala: 2.13.1
25-
jdk: openjdk11
26-
env: TRAVIS_NODE_VERSION="8.17.0" JOB_NAME="test"
27-
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v8/test
2824
- scala: 2.13.1
2925
jdk: openjdk11
3026
env: TRAVIS_NODE_VERSION="10.18.0" JOB_NAME="test"
31-
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v8/test nodejs_v10/test
27+
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v10/test
3228

3329
install:
3430
- rm -rf ~/.nvm &&

0 commit comments

Comments
 (0)