Skip to content

Commit

Permalink
Travis: also run "bower install" to fetch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elsbrock committed Feb 4, 2015
1 parent b113396 commit 0e1cc21
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 @@ -2,7 +2,9 @@ language: node_js
before_install:
- gem install jekyll
- npm install -g grunt-cli bower
install: npm install
install:
- npm install
- bower install
script: grunt build

addons:
Expand Down

0 comments on commit 0e1cc21

Please sign in to comment.