We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64d1d5 commit 4950214Copy full SHA for 4950214
1 file changed
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
script:
15
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
16
- cd sample-code-php
17
- - composer update
+ - composer install --prefer-dist --ignore-platform-reqs
18
- vendor/phpunit/phpunit/phpunit test-runner.php .
19
20
after_script:
0 commit comments