0
Fork 0
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:
Alex Kocharin 2014-08-11 07:16:15 +04:00
parent 932fa34edc
commit adecd99866

View file

@ -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