verdaccio/.travis.yml

14 lines
215 B
YAML
Raw Normal View History

2014-08-11 04:09:25 +02:00
language: node_js
node_js:
- '0.10'
2015-02-18 15:52:46 +01:00
- '0.12'
2015-03-28 19:30:19 +01:00
- 'iojs-1.0'
2015-05-10 17:23:03 +02:00
- 'iojs-1.8'
2015-02-18 15:52:46 +01:00
- 'iojs'
2015-02-18 15:56:47 +01:00
sudo: false
2015-05-10 17:23:03 +02:00
matrix:
allow_failures:
- node_js: 'iojs'
fast_finish: true
2014-08-11 06:09:18 +02:00
script: npm install . && npm run test-travis