Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try removing RAILS_ENV=test now that we're cleaning up RAILS_ENV from…
… the enclosing worker script
  • Loading branch information
Sven Fuchs committed Jun 3, 2011
1 parent 3a28dce commit d0307c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
script: "RAILS_ENV=test bundle exec rake db:drop db:create db:migrate test"
script: "bundle exec rake db:drop db:create db:migrate test"
rvm:
- 1.8.7
- rbx
Expand Down

0 comments on commit d0307c7

Please sign in to comment.