Skip to content

Commit 910ed82

Browse files
committed
Added --no-interaction to composer in Travis to avoid github API limit
1 parent fcc2388 commit 910ed82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_install:
3838
- ./travis/run_es_docker.sh
3939

4040
install:
41-
- composer install --prefer-dist
41+
- composer install --prefer-dist --no-interaction
4242

4343
before_script:
4444
- if [ $TRAVIS_PHP_VERSION = '7.4' ]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; fi

0 commit comments

Comments
 (0)