diff --git a/.travis.yml b/.travis.yml index d51ef01b8ce4105887ef8748694a55d74beec3b9..ce3ec81697b5569dc23b308838264bc64369df3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - php: hhvm before_script: composer update --dev script: -- php vendor/phpunit/phpunit/phpunit.php --configuration tools/phpunit +- php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit - bin/check-syntax.sh after_success: - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi