From 355de9fb455241adf1ac19346140bc3e3748906a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 3 Aug 2019 19:42:21 -0700 Subject: [PATCH] Enable explicitly Postgresql in travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dfc235813..0ef3a2c5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ notifications: git: depth: 3 +services: + - postgresql + language: php sudo: false