mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-22 05:16:05 +03:00
18 lines
310 B
YAML
18 lines
310 B
YAML
language: php
|
|
|
|
install:
|
|
- travis_wait composer install --profile --no-interaction
|
|
- mkdir -p build/logs
|
|
|
|
php:
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
|
|
script:
|
|
- ./vendor/bin/phpunit
|
|
|
|
after_script:
|
|
- travis_retry php vendor/bin/coveralls -v
|
|
- travis_retry php vendor/bin/codacycoverage clover ./build/logs/clover.xml
|