Merge pull request #572 from creative-commoners/pulls/3.2/travis-updates

Add PHP 7.3 and SS 4.3 to Travis builds
This commit is contained in:
Dylan Wagstaff 2019-02-07 11:42:03 +13:00 committed by GitHub
commit a2751b46e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,6 @@ sudo: false
language: php
env:
global:
- COMPOSER_ROOT_VERSION="4.0.x-dev"
matrix:
include:
- php: 5.6
@ -15,6 +11,8 @@ matrix:
- php: 7.1
env: DB=MYSQL INSTALLER_VERSION=4.2.x-dev PHPUNIT_COVERAGE_TEST=1
- php: 7.2
env: DB=MYSQL INSTALLER_VERSION=4.3.x-dev PHPUNIT_TEST=1
- php: 7.3
env: DB=MYSQL INSTALLER_VERSION=4.x-dev PHPUNIT_TEST=1
before_script: