From 3f8f7fadce81187556557ec102dbfd7672a31928 Mon Sep 17 00:00:00 2001 From: Francesco Pontillo Date: Tue, 26 Feb 2013 11:52:43 +0100 Subject: [PATCH] Added bower and bootstrap installation for travis. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2