From: Francesco Pontillo Date: Tue, 26 Feb 2013 10:52:43 +0000 (+0100) Subject: Added bower and bootstrap installation for travis. X-Git-Tag: v2.3.0+2~7^2~1^2~1 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=3f8f7fadce81187556557ec102dbfd7672a31928 Added bower and bootstrap installation for travis. --- diff --git a/.travis.yml b/.travis.yml index ac0f28e..22d78b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" \ No newline at end of file