mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
12 lines
166 B
YAML
12 lines
166 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- 'lts/boron'
|
|
- 'lts/carbon'
|
|
- 'lts/*'
|
|
script:
|
|
- npm install
|
|
- commitlint-travis
|
|
- npm run pre:ci
|
|
- npm run test
|