transparent-email/.travis.yml

22 lines
342 B
YAML
Raw Normal View History

2016-09-10 01:41:21 +03:00
language: php
install:
2017-03-15 03:41:06 +03:00
- travis_wait composer install --profile --no-interaction
2016-09-10 01:41:21 +03:00
- mkdir -p build/logs
php:
- 7.0
- 7.1
- 7.2
- 7.3
2024-01-22 17:05:11 +03:00
- 8.0
- 8.1
- 8.2
2016-09-10 01:41:21 +03:00
script:
- ./vendor/bin/phpunit
after_script:
- travis_retry php vendor/bin/coveralls -v
- travis_retry php vendor/bin/codacycoverage clover ./build/logs/clover.xml