Skip to content

Commit

Permalink
CI: update php-parallel-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Jun 18, 2020
1 parent c092919 commit a0d34c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -26,14 +26,14 @@ before_install:

install:
- travis_retry composer update --no-interaction --prefer-dist $COMPOSER_EXTRA_ARGS
- travis_retry composer create-project --no-interaction jakub-onderka/php-parallel-lint /tmp/php-parallel-lint
- travis_retry composer create-project --no-interaction php-parallel-lint/php-parallel-lint /tmp/php-parallel-lint
- travis_retry composer create-project --no-interaction kdyby/code-checker:dev-kdyby /tmp/code-checker
- travis_retry wget -O /tmp/coveralls.phar https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar

script:
- vendor/bin/tester $COVERAGE -s -p ${TESTER_RUNTIME:-php} -c ./tests/php.ini-unix ./tests/KdybyTests/
- php vendor/bin/phpstan analyse --ansi --no-progress
- php /tmp/php-parallel-lint/parallel-lint.php -e php,phpt --exclude vendor --exclude tests/KdybyTests/Autowired/mocks/Php74PropertyTypesPresenter.php .
- php /tmp/php-parallel-lint/parallel-lint -e php,phpt --exclude vendor --exclude tests/KdybyTests/Autowired/mocks/Php74PropertyTypesPresenter.php .

after_script:
- if [ "$COVERAGE" != "" ]; then php /tmp/coveralls.phar --verbose --config tests/.coveralls.yml || true; fi
Expand Down

0 comments on commit a0d34c0

Please sign in to comment.