mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +03:00
19 lines
323 B
YAML
19 lines
323 B
YAML
language: php
|
|
|
|
install:
|
|
- travis_wait composer install --profile --no-interaction
|
|
- mkdir -p build/logs
|
|
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
- hhvm
|
|
- nightly
|
|
|
|
script:
|
|
- ./vendor/bin/phpunit
|
|
|
|
after_script:
|
|
- travis_retry php vendor/bin/coveralls -v
|
|
- travis_retry php vendor/bin/codacycoverage clover ./build/logs/clover.xml
|