Merge pull request #390 from cmgustavo/bug/01-travis
Trying to fix Travis: run grunt before mocha script
This commit is contained in:
commit
48fd0f6fbb
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue