Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit bd86406

Browse files
committed
Adds --no-plugins flag to COMPOSER_ARGS in Travis CI configuration
We do not want to run plugins during dependencies installation on Travis CI
1 parent 9cf86dd commit bd86406

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
@@ -12,7 +12,7 @@ services:
1212

1313
env:
1414
global:
15-
- COMPOSER_ARGS="--no-interaction"
15+
- COMPOSER_ARGS="--no-interaction --no-plugins"
1616
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1717
- TESTS_ZEND_DIAGNOSTICS_APCU_ENABLED=true
1818
- TESTS_ZEND_DIAGNOSTICS_MONGO_ENABLED=true

0 commit comments

Comments
 (0)