We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855bd29 commit 09ba5a2Copy full SHA for 09ba5a2
1 file changed
.travis.yml
@@ -9,13 +9,12 @@ sudo: false
9
before_script:
10
- pecl install xmldiff
11
- composer install --prefer-dist --ignore-platform-reqs
12
- - chmod +x ./test-sample-codes.sh
13
- - git submodule update --remote --recursive
+ - git submodule update --remote --recursive
14
15
script:
16
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
17
18
after_script:
19
- wget https://scrutinizer-ci.com/ocular.phar
20
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
21
- - vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php
+ - vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php
0 commit comments