This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,6 @@ matrix:
4747 env :
4848 - DEPS=lowest
4949 - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
50- - php : 7
51- env :
52- - DEPS=locked
53- - LEGACY_DEPS="doctrine/migrations phpunit/phpunit sensiolabs/security-checker symfony/yaml"
54- - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
5550 - php : 7
5651 env :
5752 - DEPS=latest
@@ -62,23 +57,14 @@ matrix:
6257 - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
6358 - php : 7.1
6459 env :
65- - DEPS=locked
66- - LEGACY_DEPS="symfony/yaml"
67- - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
60+ - DEPS=latest
6861 - CS_CHECK=true
6962 - TEST_COVERAGE=true
70- - php : 7.1
71- env :
72- - DEPS=latest
7363 - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
7464 - php : 7.2
7565 env :
7666 - DEPS=lowest
7767 - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
78- - php : 7.2
79- env :
80- - DEPS=locked
81- - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
8268 - php : 7.2
8369 env :
8470 - DEPS=latest
@@ -99,7 +85,7 @@ matrix:
9985before_install :
10086 - if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
10187 - if [[ $TESTS_ZEND_DIAGNOSTICS_APCU_ENABLED == 'true' ]]; then echo "extension = apcu.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; fi
102- - if [[ $TESTS_ZEND_DIAGNOSTICS_MEMCACHE_ENABLED == 'true' ]]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; fi
88+ - if [[ $TESTS_ZEND_DIAGNOSTICS_MEMCACHE_ENABLED == 'true' ]]; then yes|CFLAGS="-fgnu89-inline" pecl install -f memcache ; fi
10389 - if [[ $TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED == 'true' ]]; then echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; fi
10490 - if [[ $MONGO_LEGACY == 'true' ]]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; fi
10591 - if [[ $MONGO_LEGACY != 'true' ]]; then pecl upgrade mongodb ; fi
You can’t perform that action at this time.
0 commit comments