0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/.travis.yml

14 lines
201 B
YAML
Raw Normal View History

2014-08-10 21:09:25 -05:00
language: node_js
node_js:
- '0.10'
2015-02-18 09:52:46 -05:00
- '0.12'
2015-06-06 23:54:38 -05:00
- '1'
- '2'
2015-02-18 09:52:46 -05:00
- 'iojs'
2015-02-18 09:56:47 -05:00
sudo: false
2015-05-10 10:23:03 -05:00
matrix:
allow_failures:
- node_js: 'iojs'
fast_finish: true
2014-08-10 23:09:18 -05:00
script: npm install . && npm run test-travis