diff --git a/.travis.yml b/.travis.yml index 91a527aefa..6e6f092d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ cache: bundler: true bundler_args: --without development before_install: + - gem install bundler - gem update --system - - gem update bundler script: - bundle exec rake - bundle exec rubocop