Browse Source

adds in grunt cli install again to travis build

pull/258/head
jlukic 11 years ago
parent
commit
2880a9b1a0
1 changed files with 1 additions and 0 deletions
  1. 1
      .travis.yml

1
.travis.yml

@ -2,4 +2,5 @@ language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
- grunt test
Loading…
Cancel
Save