From 09b95b9cd7bc81f26c639be5136084c0262e99d4 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 23 Jul 2019 15:44:36 +0200 Subject: [PATCH] Add PHP 7.3 to Travis builds --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1048ee6..63e9fa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,11 @@ # See https://github.com/silverstripe/silverstripe-travis-support for setup details -sudo: false +dist: trusty language: php matrix: include: - - php: 5.4 - env: DB=MYSQL CORE_RELEASE=3.5 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 @@ -16,6 +14,8 @@ matrix: env: DB=MYSQL CORE_RELEASE=3.6 - php: 7.2 env: DB=MYSQL CORE_RELEASE=3.7 + - php: 7.3 + env: DB=MYSQL CORE_RELEASE=3.7 before_script: - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support