Bump PostgreSQL version to the latest version 9.6 at Travis CI

Travis CI new default Ubuntu Trusty supports 9.6
https://docs.travis-ci.com/user/database-setup/#Using-a-different-PostgreSQL-Version
This commit is contained in:
Yasuo Honda 2017-09-01 17:18:09 +00:00
parent 0eb9a8e251
commit 1e38174499

@ -13,7 +13,7 @@ services:
- memcached
addons:
postgresql: "9.4"
postgresql: "9.6"
bundler_args: --without test --jobs 3 --retry 3
before_install: