1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00
verdaccio/.travis.yml

11 lines
175 B
YAML
Raw Normal View History

2014-08-11 04:09:25 +02:00
language: node_js
node_js:
2016-11-07 18:15:38 +01:00
- '4'
- '6'
- '7'
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
script: npm install . && npm run test-travis