Add .travis.yml

This commit is contained in:
uwap 2017-11-06 10:02:48 +01:00
parent c99cc70bcf
commit 20cbab2fd0
3 changed files with 12 additions and 2 deletions

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: node_js
node_js:
- 6
- 7
- 8
script:
- yarn travis
cache:
yarn: true