Don't migrate the database on each build

This commit is contained in:
Erik Michaels-Ober 2011-05-15 12:39:23 -07:00
parent 4d11c5c237
commit c0224f2389
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
script: "bundle exec rake db:drop db:create db:migrate test"
script: "bundle exec rake test"
rvm:
- 1.8.7
- 1.9.2