Skip to content

Commit 2e24b53

Browse files
committed
don't test against php 5.3, 5.4, 5.5. don't allow failures on php7 and hhvm
1 parent ee9f133 commit 2e24b53

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
language: php
22
php:
3-
- 5.3
4-
- 5.4
5-
- 5.5
63
- 5.6
74
- 7.0
85
- hhvm
9-
10-
matrix:
11-
allow_failures:
12-
- php: hhvm
13-
- php: 7.0
146
env:
157
- REDIS_STANDALONE=0
168
- REDIS_STANDALONE=1
17-
189
before_script:
1910
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then wget https://github.com/nicolasff/phpredis/archive/2.2.3.zip -O php-redis.zip && unzip php-redis.zip; fi"
2011
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then cd phpredis-2.2.3/ && phpize && ./configure && make && make install; fi"

0 commit comments

Comments
 (0)