diff --git a/.travis.yml b/.travis.yml index 295664f5..a4e1fb88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ sudo: false # route your build to the container-based infrastructure for a faste language: ruby +before_install: + - gem install bundler -v '< 2' + cache: # Cache Ruby bundles - bundler