Skip to content

Commit e37c080

Browse files
committed
TravisCI: allow_failures fix + igbinary testing
1 parent 26aec4d commit e37c080

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.travis.yml

+13-14
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,26 @@ php:
1010
- nightly
1111
env: CC=gcc
1212
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
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
2826
addons:
2927
apt:
3028
packages: clang
3129
before_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
3433
install: make install
3534
before_script:
3635
- gem install redis

0 commit comments

Comments
 (0)