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

10 lines
147 B
YAML
Raw Normal View History

2014-08-11 06:09:25 +04:00
language: node_js
node_js:
- '0.10'
2015-02-18 17:52:46 +03:00
- '0.12'
2015-03-28 21:30:19 +03:00
- 'iojs-1.0'
- 'iojs-1.6'
2015-02-18 17:52:46 +03:00
- 'iojs'
2015-02-18 17:56:47 +03:00
sudo: false
2014-08-11 08:09:18 +04:00
script: npm install . && npm run test-travis