diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-07-29 19:23:52 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-07-29 19:23:52 -0400 |
commit | 49a889991c32e94a9b376baa41c94659172c84a1 (patch) | |
tree | 524a4c9a71e63e6f58bcb2ca63f7bfff91b6d255 | |
parent | 377a8068d36f15d14cd6dec9db0bc73540df6b99 (diff) |
travis update bootstrap version
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 706e29c8..fb471f9d 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#2.3.2 + - bower install bootstrap#~2.3.2 script: "grunt swatch"
\ No newline at end of file |