Skip to content

Commit 795a290

Browse files
authored
Setup composer 1.10.10 for FT (#43)
1 parent 971bb24 commit 795a290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
env:
4747
- TEST_SUITE=functional
4848

49+
before_install:
50+
# https://github.com/kylekatarnls/update-helper/issues/9
51+
- if [ -n "${COMPOSER_VERSION}" ]; then travis_retry composer self-update ${COMPOSER_VERSION}; fi;
4952

5053
install:
5154
- composer config github-oauth.github.com ${GITHUB_TOKEN}

0 commit comments

Comments
 (0)