diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |