Recommend this page to a friend! |
Classes of Alexey Dodonov | > | Mezon Custom PHP HTTP Request | > | .travis.yml | > | Download |
|
|
![]() |
language: php php: - '7.2' - '7.3' - '7.4' script: - phpunit --coverage-clover=coverage.xml --configuration=phpunit.xml after_script: - bash <(curl -s https://codecov.io/bash) |