Skip to content

Commit

Permalink
TMP: Allow Node.js 12 Failure on AppVeyor
Browse files Browse the repository at this point in the history
Remove once AppVeyor images support Node 12.
  • Loading branch information
erisu committed May 1, 2019
1 parent c523df2 commit a9bcf58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ environment:
- nodejs_version: 10
- nodejs_version: 12

matrix:
allow_failures:
- nodejs_version: 12

install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down

0 comments on commit a9bcf58

Please sign in to comment.