We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07058de commit 3b443a2Copy full SHA for 3b443a2
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ before_script:
9
- pecl install xmldiff
10
- composer install --prefer-dist --dev
11
- chmod +x ./test-sample-codes.sh
12
-
+ - git submodule update --recursive
13
script:
14
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
15
0 commit comments