Skip to content

Commit 97970f7

Browse files
committed
node 4 sometimes fails to npm install
1 parent 506170f commit 97970f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ node_js:
88
- "6"
99
- "5"
1010
- "4"
11+
12+
matrix:
13+
allow_failures:
14+
- node_js: "4"
15+
1116
script: npm run travis
1217
env:
1318
- NO_WATCH_TESTS=1

0 commit comments

Comments
 (0)