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