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

Commit

Permalink
chore(travis): use latest bower
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jul 24, 2014
1 parent 797f16a commit 83b4e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "0.10"
before_script:
- npm install -g bower@1.2.x grunt-cli
- npm install -g bower@1.3.x grunt-cli
- bower install
after_success:
- cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 83b4e33

Please sign in to comment.