diff --git a/.travis.yml b/.travis.yml index 00a0371e9..104d85773 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,9 @@ language: ruby before_install: - gem update --system 2.6.14 -- gem --version -- gem install bundler -v 1.12 -- bundle _1.12.0_ --version install: -- bundle _1.12.0_ install --with "$GEMSETS" --binstubs +- bundle install --with "$GEMSETS" --binstubs script: - bundle exec ./bin/rake spec