Added bower and bootstrap installation for travis.
authorFrancesco Pontillo <francescopontillo@gmail.com>
Tue, 26 Feb 2013 10:52:43 +0000 (11:52 +0100)
committerFrancesco Pontillo <francescopontillo@gmail.com>
Tue, 26 Feb 2013 10:52:43 +0000 (11:52 +0100)
.travis.yml

index ac0f28e..22d78b3 100644 (file)
@@ -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