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 19804da commit 6980f9fCopy full SHA for 6980f9f
.travis.yml
@@ -38,7 +38,7 @@ before_install:
38
- ./travis/run_es_docker.sh
39
40
install:
41
- - composer install --prefer-dist
+ - composer install --prefer-dist --no-interaction
42
43
before_script:
44
- if [ $TRAVIS_PHP_VERSION = '7.4' ]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; fi
0 commit comments