From 4a46c2749a3c6805f13d3dcfc67fde8256f46f77 Mon Sep 17 00:00:00 2001 From: n1nka Date: Mon, 27 May 2019 17:47:43 +0500 Subject: [PATCH] :shield: services postgresql 11.0 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 57748b3..aba8dc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,11 @@ addons: - expect-dev # provides unbuffer utility - python-lxml # because pip installation is slow + +services: + - postgresql: "9.5" + + env: global: - VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"