aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspeedofdark <33673687+speedofdark@users.noreply.github.com>2019-01-07 12:53:22 -0800
committerGitHub <noreply@github.com>2019-01-07 12:53:22 -0800
commit8b998ab6c7840edecfff0226b3eaa116da814966 (patch)
tree1543555762a5e58f48ce06f52a84ea8e77c476df
parentd8e036039f074999768a7ea74dbe14922622bd91 (diff)
parentf1b56a33e2f964784b7e3f7c1a5dd50ec3de21da (diff)
downloadpuppet-cron_core-8b998ab6c7840edecfff0226b3eaa116da814966.tar.gz
puppet-cron_core-8b998ab6c7840edecfff0226b3eaa116da814966.tar.bz2
Merge pull request #16 from ekinanp/bundler2
(maint) Update for Bundler 2
-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