mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
12 lines
215 B
YAML
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
|