0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/.travis.yml

10 lines
183 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'
- '8'
2015-02-18 17:56:47 +03:00
sudo: false
2017-04-27 04:37:56 +02:00
script: npm install . && npm run test-travis
2017-05-20 21:47:34 +02:00
after_success: npm run coverage:codecov && npm run coverage:codacy