From f939e9220dadcdaec34fab1ccc11dc0fc812f262 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Tue, 2 Aug 2016 14:40:56 +0100 Subject: [PATCH] reverted postgres version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3322e7309..8116cd577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: python: - '3.4' addons: - postgresql: '9.4.1' + postgresql: '9.3' install: - pip install pip-accel - pip-accel install -r requirements_for_test.txt