Fix Travis CI errors

This commit is contained in:
Mattias Erming 2015-02-06 05:43:19 -08:00
parent e1c8f5a174
commit cf88a9dc36
2 changed files with 4 additions and 1 deletions

3
.travis.yml Normal file
View file

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

View file

@ -13,7 +13,7 @@
},
"scripts": {
"start": "node index",
"test": "NODE_ENV=test mocha test/**/*.js"
"test": "mocha test/**/*.js"
},
"keywords": [
"browser",