From 799271b975286077d2b145f903534a2badf81baa Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Fri, 20 Dec 2019 12:04:33 +0100 Subject: [PATCH] Fix bundler error on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08a0695..3494085 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ rvm: - 2.5 bundler_args: --without production before_install: - - gem update --system + - yes | gem update --system --force - gem install bundler script: - export RAILS_ENV=test - bundle exec rake db:schema:load - - bundle exec rake test \ No newline at end of file + - bundle exec rake test