Add travis yml

This commit is contained in:
Daniel Imms
2018-04-26 09:54:02 -07:00
parent 2c50c2ff0b
commit 54023c9a6a

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
language: node_js
os:
- linux
node_js:
- 8
env:
matrix:
- NPM_COMMAND=tsc
- NPM_COMMAND=lint
- NPM_COMMAND=test
notifications:
email: false
script:
- npm run lint
- npm run tsc