Load the dumped schema; don't migrate
This commit is contained in:
parent
e804e603c4
commit
b6014d4e1b
|
@ -1,6 +1,6 @@
|
|||
before_install: "gem update --system"
|
||||
bundler_args: "--without assets:development:production"
|
||||
script: "bundle exec rake db:create db:migrate test"
|
||||
script: "bundle exec rake db:create db:schema:load test"
|
||||
rvm:
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
|
|
Loading…
Reference in New Issue