verdaccio/.travis.yml

10 lines
161 B
YAML
Raw Normal View History

2014-08-11 04:09:25 +02:00
language: node_js
node_js:
- '0.10'
- '0.11'
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
2014-08-11 06:09:18 +02:00
script: npm install . && npm run test-travis