0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/.travis.yml

12 lines
176 B
YAML
Raw Normal View History

2014-08-11 06:09:25 +04:00
language: node_js
node_js:
2016-12-05 08:52:52 +01:00
- '4'
- '6'
- '7'
2015-02-18 17:56:47 +03:00
sudo: false
2015-05-10 18:23:03 +03:00
matrix:
allow_failures:
- node_js: 'iojs'
fast_finish: true
2014-08-11 08:09:18 +04:00
script: npm install . && npm run test-travis