mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
travis: enable testing for io.js
This commit is contained in:
parent
6ec76aa61f
commit
4ed27c6eda
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
- '0.11'
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: "0.11"
|
||||
fast_finish: true
|
||||
- '0.12'
|
||||
- 'iojs'
|
||||
script: npm install . && npm run test-travis
|
||||
|
|
Loading…
Add table
Reference in a new issue