We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ba5a2 commit ce56c11Copy full SHA for ce56c11
1 file changed
.travis.yml
@@ -17,4 +17,5 @@ script:
17
after_script:
18
- wget https://scrutinizer-ci.com/ocular.phar
19
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
20
- - vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php
+ - cd sample-code-php
21
+ - ../vendor/phpunit/phpunit/phpunit ./test-runner.php
0 commit comments