mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
remove unused allow_failures in travis config
This commit is contained in:
parent
5eea1bac6c
commit
04e8638291
1 changed files with 1 additions and 5 deletions
|
@ -4,8 +4,4 @@ node_js:
|
|||
- '6'
|
||||
- '7'
|
||||
sudo: false
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: 'iojs'
|
||||
fast_finish: true
|
||||
script: npm install . && npm run test-travis
|
||||
script: npm install . && npm run test-travis
|
||||
|
|
Loading…
Add table
Reference in a new issue