0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/.travis.yml
2017-01-24 08:34:59 +01:00

11 lines
176 B
YAML

language: node_js
node_js:
- '4'
- '6'
- '7'
sudo: false
matrix:
allow_failures:
- node_js: 'iojs'
fast_finish: true
script: npm install . && npm run test-travis