Skip to content

Commit

Permalink
Allow failures on node 12: sass/node-sass#2632
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Apr 24, 2019
1 parent 8b5011e commit 9db14ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ node_js:
- '10'
- '12'
install: yarn
matrix:
allow_failures:
- node_js: '12'

0 comments on commit 9db14ef

Please # to comment.