Adds travis

This commit is contained in:
Austin Pray
2014-12-24 17:12:32 -06:00
parent 97a15623d7
commit fc627d43ac
4 changed files with 17 additions and 1 deletions

View File

@@ -16,7 +16,10 @@
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {},
"scripts": {
"build": "bower install && gulp",
"jshint": "gulp jshint"
},
"engines": {
"node": ">= 0.10.0"
},