0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/.travis.yml

8 lines
108 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
script: npm install . && npm run test-travis