Skip to content

Commit 47d3c9c

Browse files
committed
add PHP 7 and HHVM to TravisCI runtime
1 parent 73b62e3 commit 47d3c9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
8+
- hhvm
9+
10+
matrix:
11+
allow_failures:
12+
- php: hhvm
13+
- php: 7.0
714
env:
815
- REDIS_STANDALONE=0
916
- REDIS_STANDALONE=1
17+
1018
before_script:
1119
- 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"
1220
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then cd phpredis-2.2.3/ && phpize && ./configure && make && make install; fi"

0 commit comments

Comments
 (0)