Load structure, not schema, use pg 9.3

This commit is contained in:
Piotr Sarnacki 2013-12-04 13:09:00 +01:00
parent 870a155cda
commit 2d9b3cd2b6

View File

@ -5,8 +5,10 @@ env:
- RUBY_FREE_MIN=200000
rvm:
- 2.0.0
addons:
postgresql: 9.3
before_script:
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
- 'RAILS_ENV=test rake db:create db:structure:load --trace'
notifications:
irc: "irc.freenode.org#travis"
services: