Skip to content

Commit

Permalink
Add PHP 7.3 to Travis CI build (#322)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* remove coverage-clover for 7.2

* move coverage-clover to 7.2
  • Loading branch information
andreybolonin authored and akondas committed Nov 3, 2018
1 parent f2dd40c commit 8ac013b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ac013b

Please sign in to comment.