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

Commit 9454df2

Browse files
committed
Name CI jobs
1 parent 5a2d3b1 commit 9454df2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ jdk:
99
- openjdk11
1010

1111
env:
12-
global:
13-
- TRAVIS_NODE_VERSION="12.16.1" JOB_NAME="test"
1412
matrix:
1513
- SCALAJS_VERSION="0.6.32"
1614
- SCALAJS_VERSION=""
1715

1816
script:
1917
- sbt ++$TRAVIS_SCALA_VERSION test
2018

21-
matrix:
19+
jobs:
2220
include:
23-
- scala: 2.13.2
24-
env: TRAVIS_NODE_VERSION="10.19.0" JOB_NAME="test"
21+
- name: "Node.19 Scala.js 0.6"
22+
env: TRAVIS_NODE_VERSION="12.19.0" SCALAJS_VERSION="0.6.33"
23+
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v10/test
24+
- name: "Node.10 Scala.js 1.x"
25+
env: TRAVIS_NODE_VERSION="10.19.0" SCALAJS_VERSION=""
2526
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v10/test
2627

2728
install:

0 commit comments

Comments
 (0)