.travis.yml in postgres_ext-2.2.0 vs .travis.yml in postgres_ext-2.3.0

- old
+ new

@@ -1,19 +1,19 @@ rvm: -- 1.9.3 - 2.0.0 -- jruby-19mode +- 2.1.2 +gemfile: + - gemfiles/Gemfile.activerecord-4.0.x + - gemfiles/Gemfile.activerecord-4.1.x + env: DATABASE_URL=postgres://postgres@localhost/postgres_ext_test before_script: - psql -c 'create database postgres_ext_test;' -U postgres -h localhost -- rake db:migrate +- bundle exec rake db:migrate notifications: email: - git@danmcclain.net - hipchat: - rooms: - secure: gebjx8Q/jmnNmf6l+SyQHHJjGn9RfA6s4e8sIoRBVt9pomkOCBvHq7++AjpVlqkXcvV6rK2L90rAEPKMP0QUS04vRtRY6LvwmjiQHFo99/gktG6LO+5/QGvy9zbK4PxWe35Yr1F98Gs0mQ+y/ZbU6u8rJsI7DM1iPq2ULzo/QUw= addons: postgresql: '9.3'