Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
grunt-cli module needs to be installed when running travis build
  • Loading branch information
pirxpilot committed Feb 27, 2013
1 parent b43c767 commit 0d0f6cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli

0 comments on commit 0d0f6cd

Please sign in to comment.