aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2017-09-01 17:18:09 +0000
committerYasuo Honda <yasuo.honda@gmail.com>2017-09-01 17:18:09 +0000
commit1e38174499c26f0d4e634ec3950eb23302dff0d4 (patch)
tree9cf5005812b4887ebe415a4ef7de27f9a3b27559 /.travis.yml
parent0eb9a8e251dc58b1a829935713037b1163c87062 (diff)
downloadrails-1e38174499c26f0d4e634ec3950eb23302dff0d4.tar.gz
rails-1e38174499c26f0d4e634ec3950eb23302dff0d4.tar.bz2
rails-1e38174499c26f0d4e634ec3950eb23302dff0d4.zip
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 723c999fd5..460bb3818c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ services:
- memcached
addons:
- postgresql: "9.4"
+ postgresql: "9.6"
bundler_args: --without test --jobs 3 --retry 3
before_install: