File tree 1 file changed +13
-14
lines changed
1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 10
10
- nightly
11
11
env : CC=gcc
12
12
matrix :
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
26
13
allow_failures :
27
14
- 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
28
26
addons :
29
27
apt :
30
28
packages : clang
31
29
before_install :
32
30
- 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
34
33
install : make install
35
34
before_script :
36
35
- gem install redis
You can’t perform that action at this time.
0 commit comments