travis update bootstrap version
authorThomas Park <thomas@thomaspark.me>
Mon, 29 Jul 2013 23:23:52 +0000 (19:23 -0400)
committerThomas Park <thomas@thomaspark.me>
Mon, 29 Jul 2013 23:23:52 +0000 (19:23 -0400)
.travis.yml

index 706e29c..fb471f9 100644 (file)
@@ -10,6 +10,6 @@ node_js:
 
 before_install:
   - npm install -g grunt-cli recess bower
-  - bower install bootstrap#2.3.2
+  - bower install bootstrap#~2.3.2
 
 script: "grunt swatch"
\ No newline at end of file