Skip to content

Commit d35948e

Browse files
committed
(#110) Added job excludes to reduce duplication for Linux jobs
1 parent 1a61f03 commit d35948e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
os: osx
4444
exclude:
4545
- stage: test
46-
node_js:
47-
- 12.13.0
48-
- lts/erbium
46+
node_js: 12.13.0
47+
os: linux
48+
- stage: test
49+
node_js: lts/erbium
4950
os: linux
5051

5152
include:

0 commit comments

Comments
 (0)