diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index f9240ae77b..5b47fb4c10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,14 +27,8 @@ before_script: script: - mkdir -p build/logs - vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover tests/clover.xml - - - - composer require wata727/pahout - vendor/bin/pahout --php-version=7.1.3 --ignore-paths=data --ignore-paths=vendor - - composer remove wata727/pahout - - - - composer require wapmorgan/php-code-fixer - - vendor/bin/phpcf --target=7.1 --exclude=vendor . - - composer remove wapmorgan/php-code-fixer + - vendor/bin/phpcf --exclude=vendor . after_script: - travis_retry php vendor/bin/php-coveralls -v |
