Skip to content

Commit 6251a46

Browse files
committed
.travis.yml: allow_failures of non-LTS
1 parent ebacb3c commit 6251a46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dist: trusty
44

55
node_js:
66
- "stable"
7+
- "14.0"
78
- "13.0"
89
- "12.0"
910
- "11.0"
@@ -13,6 +14,8 @@ jobs:
1314
fast_finish: true
1415
allow_failures:
1516
- node_js: '10.0'
17+
- node_js: '11.0'
18+
- node_js: '13.0'
1619

1720
cache:
1821
directories:

0 commit comments

Comments
 (0)