Skip to content

Commit ccacb07

Browse files
committed
allow failures in non-LTS nodejs
1 parent 38a940f commit ccacb07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ install:
1212
cache:
1313
directories:
1414
- node_modules
15+
16+
matrix:
17+
allow_failures:
18+
- node_js: "node"

0 commit comments

Comments
 (0)