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

12 lines
215 B
YAML

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