diff options
author | John Keiser <john@johnkeiser.com> | 2016-01-29 11:35:12 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-01-29 11:35:12 -0800 |
commit | 476e9b1d638f9c4a7861c269fc547c8ca1739ffe (patch) | |
tree | 720baef68724b91df398926ee9840a42f5e84f05 | |
parent | 1b4bae95b0230a2105253aeacff2e701a9f11f08 (diff) | |
download | chef-zero-476e9b1d638f9c4a7861c269fc547c8ca1739ffe.tar.gz |
Update rubygems / bundlerv4.5.0jk/run-against-master-chef-sometimes
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a0c6cb0..46648d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ branches: only: - master +# Early warning system to catch if Rubygems breaks something +before_install: + - gem update --system + - gem install bundler sudo: false script: |