Skip to content

Commit 942796c

Browse files
authored
Setup composer 1.10.10 for FT (#289)
1 parent 00b015a commit 942796c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
env:
8383
- TEST_SUITE=functional
8484

85+
before_install:
86+
# https://github.com/kylekatarnls/update-helper/issues/9
87+
- if [ -n "${COMPOSER_VERSION}" ]; then travis_retry composer self-update ${COMPOSER_VERSION}; fi;
88+
8589
install: if [[ $TEST_SUITE != "build-images" ]]; then composer update; fi;
8690

8791
before_script:

0 commit comments

Comments
 (0)