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:
47
47
env :
48
48
- DEPS=lowest
49
49
- 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
55
50
- php : 7
56
51
env :
57
52
- DEPS=latest
@@ -62,23 +57,14 @@ matrix:
62
57
- TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
63
58
- php : 7.1
64
59
env :
65
- - DEPS=locked
66
- - LEGACY_DEPS="symfony/yaml"
67
- - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
60
+ - DEPS=latest
68
61
- CS_CHECK=true
69
62
- TEST_COVERAGE=true
70
- - php : 7.1
71
- env :
72
- - DEPS=latest
73
63
- TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
74
64
- php : 7.2
75
65
env :
76
66
- DEPS=lowest
77
67
- TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
78
- - php : 7.2
79
- env :
80
- - DEPS=locked
81
- - TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
82
68
- php : 7.2
83
69
env :
84
70
- DEPS=latest
@@ -99,7 +85,7 @@ matrix:
99
85
before_install :
100
86
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
101
87
- 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
103
89
- if [[ $TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED == 'true' ]]; then echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; fi
104
90
- if [[ $MONGO_LEGACY == 'true' ]]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; fi
105
91
- if [[ $MONGO_LEGACY != 'true' ]]; then pecl upgrade mongodb ; fi
You can’t perform that action at this time.
0 commit comments