Skip to content

Commit

Permalink
Install bower before running tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sorich87 committed May 12, 2014
1 parent 04383f5 commit e7b8d61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ node_js:
- "0.8"
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
branches:
only:
- master
- develop
- develop

0 comments on commit e7b8d61

Please sign in to comment.