summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-03-07 09:24:19 +0000
committerThom May <thom@may.lt>2016-03-07 09:24:19 +0000
commit84c24a16b6d401818107eeca07ff13c257205a2c (patch)
tree411d5d54c1fd2ef82fcb142b22771c518d146295
parent0746bc62a18b8b20d0a91d9063ae973e92c17f84 (diff)
parente649a8aec5ddbb5e05e42b4cf24695bb1b9edff9 (diff)
downloadohai-84c24a16b6d401818107eeca07ff13c257205a2c.tar.gz
Merge pull request #761 from tas50/bundle_me_broken
Update bundler in travis to fix broken builds
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4788d07b..2fc976ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,8 @@ branches:
- 7.4-stable
before_install:
+ - gem update --system
+ - gem install bundler
- bundle --version
- gem --version
rvm: