Add .travis.yml (#859)

This commit is contained in:
Fred K. Schott
2018-03-01 17:32:31 -08:00
committed by Elliot Lee
parent 68b34f7532
commit c53db4844a

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: node_js
node_js:
- 6
- 8
- 9
script:
- yarn compile
- yarn test
- yarn build