0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Merge pull request #508 from bufferoverflow/chore/travis

add travis as secon ci
This commit is contained in:
Juan Picado @jotadeveloper 2018-01-21 11:18:10 +01:00 committed by GitHub
commit 51436e8105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.travis.yml Normal file
View 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