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 8822ebc commit b9c9c95Copy full SHA for b9c9c95
.travis.yml
@@ -56,7 +56,6 @@ matrix:
56
- env: STABILITY="dev"
57
58
before_install:
59
- - yes '' | pecl install memcache
60
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
61
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
62
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
0 commit comments