diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-07-29 19:14:27 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-07-29 19:14:27 -0400 |
commit | 377a8068d36f15d14cd6dec9db0bc73540df6b99 (patch) | |
tree | e5a580f3758ab8cac566c3c4f568fefc7ad09b9a | |
parent | 557a8446898c2e61da7eaf8130cf08cfbe360276 (diff) |
specify bootstrap version for travis
-rw-r--r-- | .travis.yml | 2 |
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 |