mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
ignore errors for 0.11 branch (native modules are failing)
This commit is contained in:
parent
932fa34edc
commit
adecd99866
1 changed files with 4 additions and 0 deletions
|
@ -2,4 +2,8 @@ language: node_js
|
|||
node_js:
|
||||
- '0.10'
|
||||
- '0.11'
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: "0.11"
|
||||
fast_finish: true
|
||||
script: npm install . && npm test
|
||||
|
|
Loading…
Add table
Reference in a new issue