mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
Merge pull request #508 from bufferoverflow/chore/travis
add travis as secon ci
This commit is contained in:
commit
51436e8105
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
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
|
Loading…
Reference in a new issue