0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/.travis.yml

11 lines
160 B
YAML
Raw Normal View History

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