Skip to content

Commit 643c1e1

Browse files
committed
updated travis config: removed COMPOSER_FLAGS env
1 parent 9d4dabc commit 643c1e1

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
@@ -13,7 +13,7 @@ matrix:
1313

1414
before_script:
1515
- travis_retry composer self-update
16-
- travis_retry composer install ${COMPOSER_FLAGS} --no-interaction --prefer-source
16+
- travis_retry composer install --no-interaction --prefer-source
1717

1818
script:
1919
- mkdir -p ./build/logs

0 commit comments

Comments
 (0)