travis added, package.json fixes

This commit is contained in:
Christian Kuster
2016-04-07 13:14:27 +02:00
parent d01b3cc124
commit a15dd29c53
3 changed files with 21 additions and 4 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
branches:
only:
- master
- develop
node_js:
- "4"
- "5"