Skip to content

Commit a77cb53

Browse files
committed
(#110) Added job excludes to reduce duplication for Linux jobs
1 parent 7543cfa commit a77cb53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
- node_js: lts/erbium
4343
os: osx
4444
exclude:
45-
- if: (node_js = lts/erbium) OR (node_js = 12.13.0)
45+
- if: stage = test
46+
node_js:
47+
- 12.13.0
48+
- lts/erbium
4649
os: linux
4750

4851
include:

0 commit comments

Comments
 (0)