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

Commit e01888f

Browse files
committed
[travis-ci] Fix composer install
Bug introduced in fa83f08a6e61896b594395f618f8ee1e4807005f
1 parent cae9b01 commit e01888f

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
@@ -24,7 +24,7 @@ before_install:
2424
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
2525

2626
install:
27-
- travis_retryscomposer install --no-interaction --prefer-source
27+
- travis_retry composer install --no-interaction --prefer-source
2828

2929
script:
3030
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/phpunit -c phpunit.xml.travis --coverage-clover clover.xml ; fi

0 commit comments

Comments
 (0)