add travis config

This commit is contained in:
Philipp Kühn
2018-11-14 12:41:57 +01:00
parent 4637ccfaf3
commit df05a1d6ca

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: node_js
node_js:
- "10"
cache: yarn
script:
- yarn lint
- yarn test