From c093f63d092c8494c24e588556e9ece4e4f0ff9f Mon Sep 17 00:00:00 2001 From: Laur0r <35337130+Laur0r@users.noreply.github.com> Date: Tue, 8 Sep 2020 14:14:29 +0200 Subject: [PATCH] Update .travis.yml Change postgresql to 9.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0adde6c..607c80c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: linux dist: xenial addons: - postgresql: "9.5" + postgresql: "9.6" cache: directories: -- GitLab