Skip to content

Commit

Permalink
allow Node.js 10 test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Apr 18, 2019
1 parent 183f9cf commit a4b28d3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js
node_js:
- "11"
- "10"
after_success: npm run coverage
jobs:
include:
- node_js: "11"
after_success: npm run coverage
- node_js: "10"
after_script: npm run coverage
allow_failures:
- node_js: "10"

0 comments on commit a4b28d3

Please sign in to comment.