Update: Fix for Travis in Rails 6+

Resolves #50
This commit is contained in:
Jonathan Abbett 2021-04-15 14:01:18 -04:00
parent 4034213467
commit bbe05aeaf4

View File

@ -12,4 +12,4 @@ before_script:
- 'RAILS_ENV=test bundle exec rake db:create'
- 'RAILS_ENV=test bundle exec rake db:migrate'
script: 'RAILS_ENV=test bundle exec rails test'
script: 'RAILS_ENV=test bundle exec rake test'