We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b015a commit 942796cCopy full SHA for 942796c
.travis.yml
@@ -82,6 +82,10 @@ jobs:
82
env:
83
- TEST_SUITE=functional
84
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
+
89
install: if [[ $TEST_SUITE != "build-images" ]]; then composer update; fi;
90
91
before_script:
0 commit comments