Skip to content

Commit

Permalink
[Tests] allow node 0.10 and 0.8 to fail again
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 27, 2019
1 parent fe8e751 commit c2f8418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ import:
- ljharb/travis-ci:node/all.yml
- ljharb/travis-ci:node/pretest.yml
- ljharb/travis-ci:node/posttest.yml
matrix:
allow_failures:
- node_js: "0.10"
- node_js: "0.8"

0 comments on commit c2f8418

Please sign in to comment.