This commit is contained in:
Maksim Korobitsyn 2020-01-30 19:24:28 +03:00
parent 25c9e268b3
commit 56b17bc2b6
1 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,5 @@
language: php language: php
sudo: false
php: php:
- 5.4 - 5.4
- 5.5 - 5.5
@ -12,12 +10,10 @@ php:
- 7.3 - 7.3
- 7.4 - 7.4
before_script: install: composer install --dev
- composer global require satooshi/php-coveralls
# - composer update --dev --quiet
script: script:
- phpunit -c phpunit.xml.dist - php vendor/bin/phpunit -c phpunit.xml.dist
after_script: after_success:
- coveralls - travis_retry php vendor/bin/php-coveralls