Skip to content

Commit

Permalink
Use global install for grunt-cli on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Mar 17, 2013
1 parent ff64dae commit 80cb597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: node_js
node_js:
- 0.8
before_script:
- npm install grunt-cli
- npm install grunt-cli -g
- grunt build
script: grunt travis --verbose

0 comments on commit 80cb597

Please sign in to comment.