Skip to content

Commit

Permalink
Added bower and bootstrap installation for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
frapontillo committed Feb 26, 2013
1 parent d3d0c16 commit 3f8f7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node_js:
- "0.8.11"

before_install:
- npm install -g grunt-cli recess
- npm install -g grunt-cli recess bower
- bower install bootstrap

script: "grunt swatch"

0 comments on commit 3f8f7fa

Please sign in to comment.