Add config for Travis CI

This commit is contained in:
Alan Orth 2017-03-29 12:38:07 +03:00
parent e2ccfe8bf3
commit 86f216e730
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
node_js:
- 6
- 7
script: npm run build
sudo: false
dist: trusty
# vim: ts=2 sw=2 et