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
166 B
YAML
Raw Normal View History

2018-01-21 04:58:39 -05:00
language: node_js
sudo: false
node_js:
- 'lts/boron'
- 'lts/carbon'
- 'lts/*'
script:
- npm install
- commitlint-travis
2018-01-21 04:58:39 -05:00
- npm run pre:ci
- npm run test