chore: use travis-ci

This commit is contained in:
Roger Meier 2018-01-21 10:58:39 +01:00
parent d1aa55cd73
commit dccb79faa4
1 changed files with 11 additions and 0 deletions

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