diff --git a/.travis.yml b/.travis.yml index 864de30..aa88527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ rvm: - 2.5 - 2.4 - 2.3 +bundler_args: --without production +before_install: + - gem update --system + - gem install bundler script: - export RAILS_ENV=test - bundle exec rake db:schema:load diff --git a/Gemfile.lock b/Gemfile.lock index a18d0aa..4c441fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,4 +271,4 @@ DEPENDENCIES will_paginate-bootstrap (~> 1.0.1) BUNDLED WITH - 1.17.2 + 2.0.1