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