1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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