mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-21 12:35:10 +00:00
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:
parent
f2dd40cb6f
commit
8ac013b2e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user