We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506170f commit 97970f7Copy full SHA for 97970f7
1 file changed
.travis.yml
@@ -8,6 +8,11 @@ node_js:
8
- "6"
9
- "5"
10
- "4"
11
+
12
+matrix:
13
+ allow_failures:
14
+ - node_js: "4"
15
16
script: npm run travis
17
env:
18
- NO_WATCH_TESTS=1
0 commit comments