1
0
mirror of https://github.com/danog/loop.git synced 2024-11-26 20:04:44 +01:00

Fix travis

This commit is contained in:
Daniil Gentili 2020-07-21 19:56:17 +02:00
parent ec8228ce52
commit 0b6987e40a
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -22,17 +22,12 @@ before_install:
install:
- composer update -n --prefer-dist
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.2/coveralls.phar
- chmod +x coveralls.phar
script:
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
- vendor/bin/psalm
after_script:
- ./coveralls.phar -v
cache:
directories:
- $HOME/.composer/cache