From c41b02293ecbf0a5e19346c1b79f0030b9d9bd85 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 8 Dec 2016 15:01:45 +0100 Subject: update travis config --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afbd579a3..e6579e269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ php: - 7 env: global: - - CORE_BRANCH=stable10 + - CORE_BRANCH=stable11 matrix: - DB=pgsql @@ -58,3 +58,7 @@ after_failure: addons: firefox: "latest" + +services: + - postgresql + - mysql \ No newline at end of file -- cgit v1.2.3