File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
- 5.4
5
5
- 5.5
6
6
- 5.6
7
+ - 7.0
7
8
8
9
services :
9
10
- redis-server
@@ -33,6 +34,15 @@ matrix:
33
34
- php : 5.6
34
35
env :
35
36
- FOC_VALIDATE=1
37
+ exclude :
38
+ - php : 7
39
+ env : DB=mysql CAKE_VERSION=2.4
40
+ - php : 7
41
+ env : DB=mysql CAKE_VERSION=2.5
42
+ - php : 7
43
+ env : DB=mysql CAKE_VERSION=2.6
44
+ - php : 7
45
+ env : DB=mysql CAKE_VERSION=2.7
36
46
37
47
branches :
38
48
only :
Original file line number Diff line number Diff line change 1
1
# Redis plugin for CakePHP
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/Oefenweb/cakephp-redis.png?branch=master )] ( https://travis-ci.org/Oefenweb/cakephp-redis ) [ ![ Coverage Status] ( https://coveralls.io/repos/Oefenweb/cakephp-redis/badge.png )] ( https://coveralls.io/r/Oefenweb/cakephp-redis ) [ ![ Packagist downloads] ( http://img.shields.io/packagist/dt/Oefenweb/cakephp-redis.svg )] ( https://packagist.org/packages/oefenweb/cakephp-redis ) [ ![ Code Climate] ( https://codeclimate.com/github/Oefenweb/cakephp-redis/badges/gpa.svg )] ( https://codeclimate.com/github/Oefenweb/cakephp-redis )
3
+ [ ![ Build Status] ( https://travis-ci.org/Oefenweb/cakephp-redis.png?branch=master )] ( https://travis-ci.org/Oefenweb/cakephp-redis ) [ ![ PHP 7 ready ] ( http://php7ready.timesplinter.ch/Oefenweb/cakephp-redis/badge.svg )] ( https://travis-ci.org/Oefenweb/cakephp-redis ) [ ![ Coverage Status] ( https://coveralls.io/repos/Oefenweb/cakephp-redis/badge.png )] ( https://coveralls.io/r/Oefenweb/cakephp-redis ) [ ![ Packagist downloads] ( http://img.shields.io/packagist/dt/Oefenweb/cakephp-redis.svg )] ( https://packagist.org/packages/oefenweb/cakephp-redis ) [ ![ Code Climate] ( https://codeclimate.com/github/Oefenweb/cakephp-redis/badges/gpa.svg )] ( https://codeclimate.com/github/Oefenweb/cakephp-redis )
4
4
5
5
Redis (DataSource) Plugin for CakePHP
6
6
You can’t perform that action at this time.
0 commit comments