summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-07-29 19:14:27 -0400
committerThomas Park <thomas@thomaspark.me>2013-07-29 19:14:27 -0400
commit377a8068d36f15d14cd6dec9db0bc73540df6b99 (patch)
treee5a580f3758ab8cac566c3c4f568fefc7ad09b9a
parent557a8446898c2e61da7eaf8130cf08cfbe360276 (diff)
specify bootstrap version for travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 22d78b3a..706e29c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@ node_js:
before_install:
- npm install -g grunt-cli recess bower
- - bower install bootstrap
+ - bower install bootstrap#2.3.2
script: "grunt swatch" \ No newline at end of file