summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-03-04 16:44:50 -0800
committerTim Smith <tsmith84@gmail.com>2016-03-04 16:53:04 -0800
commite649a8aec5ddbb5e05e42b4cf24695bb1b9edff9 (patch)
tree411d5d54c1fd2ef82fcb142b22771c518d146295
parent0746bc62a18b8b20d0a91d9063ae973e92c17f84 (diff)
downloadohai-e649a8aec5ddbb5e05e42b4cf24695bb1b9edff9.tar.gz
Update bundler in travis to fix broken builds
Without this ohai can't handle Chef's need for a newer bundler than Travis has
-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: