From 30a6b9be90e2ca168eecf3503fa9f732daec7528 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Thu, 27 Feb 2020 14:11:02 +1300 Subject: [PATCH] Upgrade Travis config to trusty, remove PHP 5.3 build Can't adopt Xenial by default as it doesn't include earlier PHP versions --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddcd5cc6..b718bec6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,26 +2,22 @@ sudo: false -dist: precise +dist: trusty language: php -php: - - 5.3 - - 5.4 - - 5.5 - env: - DB=MYSQL CORE_RELEASE=3.6 matrix: include: + - php: 5.4 + - php: 5.5 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.6 - php: 7.1 - env: DB=MYSQL CORE_RELEASE=3.6 before_script: - composer self-update || true