Add PHP 7.3 to Travis CI build (#322)

* Update .travis.yml

* remove coverage-clover for 7.2

* move coverage-clover to 7.2
This commit is contained in:
Andrey Bolonin 2018-11-03 12:48:08 +02:00 committed by Arkadiusz Kondas
parent f2dd40cb6f
commit 8ac013b2e4
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ matrix:
- os: linux
php: '7.2'
env: PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml"
- os: linux
php: '7.3'
- os: osx
osx_image: xcode7.3