Adds npm test and travis.yml

Fixes #137
This commit is contained in:
Joshua Appelman 2014-06-21 20:06:58 +02:00
parent 20d2dd1972
commit c86fb1d1e5
2 changed files with 7 additions and 1 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- '0.10'

View File

@ -26,5 +26,8 @@
"engines": {
"node": ">=0.10.0"
},
"private": true
"private": true,
"scripts": {
"test": "gulp"
}
}