This commit is contained in:
Mario Colque 2014-05-15 20:35:33 -03:00
commit d930de4d55
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
language: node_js
node_js:
- "0.10"
before_install: "npm install -g grunt-cli"
install: "npm install"
before_script: "grunt shell"
script: "mocha"