verdaccio/node_modules/sinopia-htpasswd/.travis.yml

10 lines
154 B
YAML
Raw Normal View History

2014-09-14 16:28:17 +02:00
language: node_js
node_js:
- '0.10'
- '0.11'
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
script: npm install . && npm run test