Commit d2bae43d by Torkel Ödegaard

Adding travis-ci build

parent e77e43fa
language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
\ No newline at end of file
......@@ -46,5 +46,12 @@
"karma-expect": "~1.0.0",
"grunt-cli": "~0.1.13"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"test": "grunt"
},
"license": "Apache License"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment