From bbe05aeaf484b5bd85936419b33f918098308cec Mon Sep 17 00:00:00 2001 From: Jonathan Abbett Date: Thu, 15 Apr 2021 14:01:18 -0400 Subject: [PATCH] Update: Fix for Travis in Rails 6+ Resolves #50 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d81cb56..177f418 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' \ No newline at end of file