We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183f9cf commit a4b28d3Copy full SHA for a4b28d3
1 file changed
.travis.yml
@@ -1,5 +1,9 @@
1
language: node_js
2
-node_js:
3
- - "11"
4
- - "10"
5
-after_success: npm run coverage
+jobs:
+ include:
+ - node_js: "11"
+ after_success: npm run coverage
6
+ - node_js: "10"
7
+ after_script: npm run coverage
8
+ allow_failures:
9
0 commit comments