Trying to fix Travis: run grunt before mocha script

This commit is contained in:
Gustavo Cortez 2014-05-15 18:42:36 -03:00
commit 4eaceb92b4

View file

@ -2,4 +2,5 @@ language: node_js
node_js:
- "0.10"
before_script: "grunt shell"
script: "mocha"