1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/.travis.yml

12 lines
215 B
YAML
Raw Normal View History

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