Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
feat(Travis): Don't allow Node.js 8 testing fail (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
simison authored Jul 13, 2017
1 parent 16a1dcd commit 19478ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ node_js:
- '8'
matrix:
fast_finish: true
allow_failures:
- node_js: '8'
# allow_failures:
# - node_js: '8'
os:
- linux
- centos
Expand Down

0 comments on commit 19478ba

Please sign in to comment.