diff --git a/.travis.yml b/.travis.yml index e24bdbd3ef4f9c32ff9ec50765742f5e3f7fade1..9d6a4a34c470ffa4fd0e9752c4d9e5ecfe13d24d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: