File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - nightly
1111env : CC=gcc
1212matrix :
13- include :
14- - env : CC=clang
15- php : 5.4
16- - env : CC=clang
17- php : 5.5
18- - env : CC=clang
19- php : 5.6
20- - env : CC=clang
21- php : 7.0
22- - env : CC=clang
23- php : 7.1
24- - env : CC=clang
25- php : nightly
2613 allow_failures :
2714 - php : nightly
15+ include :
16+ - php : 5.4
17+ env : CC=clang
18+ - php : 5.5
19+ env : CC=clang
20+ - php : 5.6
21+ env : CC=clang
22+ - php : 7.0
23+ env : CC=clang
24+ - php : 7.1
25+ env : CC=clang
2826addons :
2927 apt :
3028 packages : clang
3129before_install :
3230 - phpize
33- - if [ $(phpenv version-name) lt 7 ]; then pecl install igbinary-1.2.1; ./configure --enable-redis-igbinary CFLAGS=-Wall; else ./configure CFLAGS=-Wall; fi
31+ - pecl install igbinary
32+ - ./configure --enable-redis-igbinary CFLAGS=-Wall
3433install : make install
3534before_script :
3635 - gem install redis
You can’t perform that action at this time.
0 commit comments