aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEnis Inan <enis.inan@puppet.com>2019-01-07 11:36:06 -0800
committerEnis Inan <enis.inan@puppet.com>2019-01-07 12:35:29 -0800
commitf1b56a33e2f964784b7e3f7c1a5dd50ec3de21da (patch)
tree1543555762a5e58f48ce06f52a84ea8e77c476df /.travis.yml
parentd8e036039f074999768a7ea74dbe14922622bd91 (diff)
downloadpuppet-cron_core-f1b56a33e2f964784b7e3f7c1a5dd50ec3de21da.tar.gz
puppet-cron_core-f1b56a33e2f964784b7e3f7c1a5dd50ec3de21da.tar.bz2
(maint) Update for Bundler 2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e8c30de..9df4390 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ dist: trusty
language: ruby
cache: bundler
before_install:
+ - if [[ $TRAVIS_RUBY_VERSION =~ ^(2.1) ]]; then
+ gem update --system 2.7.8 && gem install bundler -v '< 2' --no-document;
+ fi
- bundle -v
- rm -f Gemfile.lock
- gem update --system