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

vendor/bin/psalm is not a PHP script, don't try to run it as such

parent 1dd720bb
Branches
Tags
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 php vendor/bin/psalm -c tools/psalm.xml --find-dead-code; fi
- if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then vendor/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.
Please register or to comment