From f1b56a33e2f964784b7e3f7c1a5dd50ec3de21da Mon Sep 17 00:00:00 2001 From: Enis Inan Date: Mon, 7 Jan 2019 11:36:06 -0800 Subject: (maint) Update for Bundler 2 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3