Skip to content

Commit dda77fe

Browse files
author
Miquel Company Rodriguez
committed
Add redisserver to travis ci recipe.
1 parent c4c35ad commit dda77fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: php
2-
2+
services:
3+
- redis-server
34
php:
45
- 5.3
56
- 5.4
67
- 5.5
78
- hhvm
8-
99
matrix:
1010
allow_failures:
1111
- php: hhvm
12-
1312
before_script:
1413
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1514
- phpenv rehash

0 commit comments

Comments
 (0)