From 89773dbb806f4a73efc6f3825426a05cab8e4f6b Mon Sep 17 00:00:00 2001 From: Akshay Vishnoi Date: Sun, 10 Jan 2016 02:07:29 +0530 Subject: [PATCH] Update postgresql version to 9.4 for travis. Now available - https://docs.travis-ci.com/user/using-postgresql/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c2699371b5..ae38617b996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,4 +49,4 @@ services: - redis - rabbitmq addons: - postgresql: "9.3" + postgresql: "9.4"