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

Commit

Permalink
fix(build): add missing bower install which fails build
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Sep 27, 2015
1 parent aeb627f commit 42b0058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:
- npm i -g npm@^2.0.0
- npm install -g grunt
- npm install
- npm install -g bower
- bower install
before_script:
- npm prune
Expand Down

0 comments on commit 42b0058

Please sign in to comment.