From fd5e256a5e566ff3e59447b522711df86308e2af Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 2 Jun 2017 23:09:35 +0200 Subject: [PATCH] Switches to PostgreSQL 9.6. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3a60ff..99ec29b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ services: - redis-server addons: - postgresql: 9.4 + postgresql: 9.6 cache: pip