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 910ed82 commit 1390047Copy full SHA for 1390047
.travis.yml
@@ -38,7 +38,8 @@ before_install:
38
- ./travis/run_es_docker.sh
39
40
install:
41
- - composer install --prefer-dist --no-interaction
+ - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN} >/dev/null 2>&1; fi;
42
+ - composer install --prefer-dist --no-interaction >/dev/null 2>&1
43
44
before_script:
45
- if [ $TRAVIS_PHP_VERSION = '7.4' ]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; fi
0 commit comments