From a6277bb05886341f41feff8641f0dd7e270b4485 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 16 Sep 2017 21:04:28 +0530 Subject: [PATCH] Travis CI: Update postgres from 9.4 to 9.6 Also validates that the atomic upsert feature works fine. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2fae0adb..1cfe01e08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ addons: - cabal-install-1.24 sources: - hvr-ghc - postgresql: "9.4" + postgresql: "9.6" services: - mongodb