From 79f4072e939885d274f8e6053ffe7e487032e882 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Sat, 9 Sep 2017 09:10:44 +0200 Subject: [PATCH] travis: Update build matrix to build with php 5.3 on precise All other builds can happen on trusty. fixes #2948 --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 957e89cb3..9716fbf0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,19 @@ language: php -#dist: trusty +dist: trusty sudo: required php: - - '5.3' - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' +matrix: + include: + - php: '5.3' + dist: precise + services: - mysql - postgresql