Load structure, not schema, use pg 9.3
This commit is contained in:
parent
870a155cda
commit
2d9b3cd2b6
|
@ -5,8 +5,10 @@ env:
|
||||||
- RUBY_FREE_MIN=200000
|
- RUBY_FREE_MIN=200000
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
addons:
|
||||||
|
postgresql: 9.3
|
||||||
before_script:
|
before_script:
|
||||||
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
|
- 'RAILS_ENV=test rake db:create db:structure:load --trace'
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#travis"
|
irc: "irc.freenode.org#travis"
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user