Skip to content

Commit

Permalink
Get this running with Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
relistan committed Dec 8, 2012
1 parent 36db2cd commit 36f64f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,11 @@
"node": ">=0.6" "node": ">=0.6"
}, },
"dependencies": { "underscore": ">=1.3.0" }, "dependencies": { "underscore": ">=1.3.0" },
"devDependencies": { "jasmine-node": ">=1.0.26", "fs": "" }, "devDependencies": { "jasmine-node": ">=1.0.26", "fs": "latest", "coffee-script": "latest" },
"scripts": {
"test": "./node_modules/.bin/cake test"
"install": "./node_modules/.bin/cake build"
},
"bin": {}, "bin": {},
"license": "MIT" "license": "MIT"
} }

0 comments on commit 36f64f4

Please sign in to comment.