chore: add travis (#27)

This commit is contained in:
Henrique Dias
2018-08-07 13:44:35 +01:00
committed by GitHub
parent 157b2da133
commit c12adbb594
2 changed files with 6 additions and 22 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: node_js
node_js:
- 10.8.0
script:
- npm run lint
- npm run build