Skip to content

Commit

Permalink
Dropping in-memory db in TravisCI makes no sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkallensee committed Apr 15, 2012
1 parent cff9dec commit 8472194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,6 @@ rvm:
env:
- DB=sqlite3
before_script:
- RAILS_ENV=test bundle exec rake --trace db:drop db:create db:migrate
- RAILS_ENV=test bundle exec rake --trace db:create db:migrate
script:
- RAILS_ENV=test bundle exec rake --trace test

0 comments on commit 8472194

Please sign in to comment.