Skip to content
Snippets Groups Projects
Unverified Commit 8fdf9894 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Try to invoke the psalm PHP script directly

parent 6124a3aa
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ before_script:
script:
- bin/check-syntax.sh
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit; else php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit --no-coverage; fi
- if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then vendor/bin/psalm -c tools/psalm.xml --find-dead-code; fi
- if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then php vendor/vimeo/psalm/bin/psalm -c tools/psalm.xml --find-dead-code; fi
after_success:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi
notifications:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment