Add travis.yml

This commit is contained in:
vpmedia 2018-03-04 10:31:26 +01:00
parent 95d85576c9
commit e7118de78d

16
.travis.yml Normal file
View file

@ -0,0 +1,16 @@
# https://travis-ci.org/photonstorm/
git:
depth: 1
language: node_js
node_js:
- 'node'
env:
- TERM=dumb
script:
- yarn install
- yarn run lint
- yarn run build