From 0d9871a3583db410a47b04c7b932f4805afc6117 Mon Sep 17 00:00:00 2001 From: Ian Goldstein Date: Tue, 15 Aug 2017 09:11:46 -0700 Subject: [PATCH] Update travis to use postgres 9.6 (which is what we're using in production now) (#523) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd653b773a..d01d113600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - CXX=g++-4.8 addons: - postgresql: "9.4" + postgresql: "9.6" apt: sources: - ubuntu-toolchain-r-test