Skip to content

Commit 9de83b9

Browse files
committed
Merge pull request #11 from Oefenweb/add-php7-support
Add PHP7 support
2 parents ad36197 + 38b4ed1 commit 9de83b9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78

89
services:
910
- redis-server
@@ -33,6 +34,15 @@ matrix:
3334
- php: 5.6
3435
env:
3536
- 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
3646

3747
branches:
3848
only:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redis plugin for CakePHP
22

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)
44

55
Redis (DataSource) Plugin for CakePHP
66

0 commit comments

Comments
 (0)