0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/.travis.yml

12 lines
215 B
YAML
Raw Normal View History

2014-08-10 21:09:25 -05:00
language: node_js
node_js:
2016-11-07 12:15:38 -05:00
- '4'
- '6'
- '7'
- '8'
2015-02-18 09:56:47 -05:00
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