We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2350a commit 26f4612Copy full SHA for 26f4612
1 file changed
.travis.yml
@@ -10,11 +10,11 @@ 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
- - vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php sample-code-php/
+ - vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php sample-code-php/
18
19
after_script:
20
- wget https://scrutinizer-ci.com/ocular.phar
0 commit comments