Skip to content

Commit ce56c11

Browse files
committed
Update .travis.yml
1 parent 09ba5a2 commit ce56c11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ script:
1717
after_script:
1818
- wget https://scrutinizer-ci.com/ocular.phar
1919
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
20-
- vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php
20+
- cd sample-code-php
21+
- ../vendor/phpunit/phpunit/phpunit ./test-runner.php

0 commit comments

Comments
 (0)