Skip to content

Commit

Permalink
Use phpunit from vendor/bin dir
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Sep 18, 2018
1 parent 97d0f25 commit 11f4f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -97,7 +97,7 @@ script:

# Run PHP tests
- cd tests
- ../vendor/phpunit/phpunit/phpunit --configuration phpunit.xml --fail-on-warning
- ../vendor/bin/phpunit --configuration phpunit.xml --fail-on-warning
- if [[ "$PHP_COVERAGE" = "TRUE" ]]; then wget https://scrutinizer-ci.com/ocular.phar;
fi
- if [[ "$PHP_COVERAGE" = "TRUE" ]]; then php ocular.phar code-coverage:upload --format=php-clover
Expand Down

0 comments on commit 11f4f71

Please sign in to comment.