Skip to content

Commit 5c76ce2

Browse files
committed
Forgot the add redis-server service
1 parent fb362cb commit 5c76ce2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ php:
66
- 5.5
77
- 5.6
88

9+
services:
10+
- redis-server
11+
912
env:
1013
global:
1114
- REPO_NAME=cakephp-redis
1215
- PLUGIN_NAME=Redis
1316
- REQUIRE=""
14-
- DB=redis CAKE_VERSION=master
17+
- DB=mysql CAKE_VERSION=master
1518

1619
matrix:
17-
- DB=redis CAKE_VERSION=2.3
18-
- DB=redis CAKE_VERSION=2.4
19-
- DB=redis CAKE_VERSION=2.5
20+
- DB=mysql CAKE_VERSION=2.3
21+
- DB=mysql CAKE_VERSION=2.4
22+
- DB=mysql CAKE_VERSION=2.5
2023

2124
matrix:
2225
include:
@@ -31,10 +34,10 @@ matrix:
3134
- FOC_VALIDATE=1
3235

3336
before_script:
34-
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
35-
- ../travis/before_script.sh
3637
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
3738
- phpenv rehash
39+
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
40+
- ../travis/before_script.sh
3841

3942
script:
4043
- ../travis/script.sh

0 commit comments

Comments
 (0)