File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 66 - 5.5
77 - 5.6
88
9+ services :
10+ - redis-server
11+
912env :
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
2124matrix :
2225 include :
@@ -31,10 +34,10 @@ matrix:
3134 - FOC_VALIDATE=1
3235
3336before_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
3942script :
4043 - ../travis/script.sh
You can’t perform that action at this time.
0 commit comments