We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f29219 commit c7130beCopy full SHA for c7130be
.travis.yml
@@ -4,12 +4,12 @@ php:
4
- 7.3
5
6
install:
7
- - composer self-update
8
- - composer install --dev --no-interaction
+ - composer self-update 1.9.3
+ - composer install --no-interaction
9
10
script:
11
- mkdir -p build/logs
12
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
13
14
after_script:
15
- - travis_retry php vendor/bin/php-coveralls -v
+ - travis_retry php vendor/bin/php-coveralls -v
0 commit comments