We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97d5d2 commit 855bd29Copy full SHA for 855bd29
1 file changed
.travis.yml
@@ -10,7 +10,7 @@ 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 --recursive
+ - git submodule update --remote --recursive
14
15
script:
16
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
0 commit comments