diff --git a/.travis.yml b/.travis.yml index c052bd3c..c1aca7ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: