1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/.travis.yml
2017-07-01 09:08:38 +02:00

10 lines
156 B
YAML

language: node_js
node_js:
- '4'
- '6'
- '7'
- '8'
sudo: false
script: npm install . && npm run test-travis
after_success: npm run coverage:codecov