mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Fix bundler error on travis
This commit is contained in:
parent
8a5e666f3d
commit
799271b975
@ -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
|
||||
- bundle exec rake test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user