Skip to content

Commit

Permalink
Add PHP 7.3 and SS 4.3 to Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Feb 6, 2019
1 parent 5e51153 commit 21772c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ sudo: false

language: php

env:
global:
- COMPOSER_ROOT_VERSION="4.0.x-dev"

matrix:
include:
- php: 5.6
Expand All @@ -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:
Expand Down

0 comments on commit 21772c3

Please sign in to comment.