mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
12 lines
171 B
YAML
12 lines
171 B
YAML
|
language: node_js
|
||
|
sudo: false
|
||
|
node_js:
|
||
|
- 'lts/boron'
|
||
|
- 'lts/carbon'
|
||
|
- 'lts/*'
|
||
|
script:
|
||
|
- npm install
|
||
|
- echo commitlint-travis
|
||
|
- npm run pre:ci
|
||
|
- npm run test
|