Skip to content

Commit

Permalink
👷 Allow build failure on node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed May 24, 2018
1 parent cf5f66c commit 2f88113
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 @@ -3,6 +3,10 @@ node_js:
- "8"
- "10"

matrix:
allow_failures:
- node_js: 10

before_script:
- yarn global add greenkeeper-lockfile@1
- greenkeeper-lockfile-update
Expand Down

0 comments on commit 2f88113

Please sign in to comment.