0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

test io.js 1.8 on travis

This commit is contained in:
Alex Kocharin 2015-05-10 18:23:03 +03:00
parent b5c7895bb5
commit 0da30ca089

View file

@ -3,7 +3,11 @@ node_js:
- '0.10'
- '0.12'
- 'iojs-1.0'
- 'iojs-1.6'
- 'iojs-1.8'
- 'iojs'
sudo: false
matrix:
allow_failures:
- node_js: 'iojs'
fast_finish: true
script: npm install . && npm run test-travis