File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22
22
- DB=mysql CAKE_VERSION=2.7
23
23
- DB=mysql CAKE_VERSION=2.8
24
24
- DB=mysql CAKE_VERSION=2.9
25
+ - DB=mysql CAKE_VERSION=2.10
25
26
26
27
matrix :
27
28
include :
28
- - php : 5.6
29
+ - php : 7.1
29
30
env :
30
- - COVERALLS =1
31
- - php : 5.6
31
+ - CODECOVERAGE =1
32
+ - php : 7.1
32
33
env :
33
34
- PHPCS=1
34
- - php : 5.6
35
+ - php : 7.1
35
36
env :
36
37
- FOC_VALIDATE=1
37
38
exclude :
@@ -55,6 +56,7 @@ branches:
55
56
before_script :
56
57
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
57
58
- phpenv rehash
59
+
58
60
- git clone -b master https://github.com/Oefenweb/travis --depth 1 ../travis
59
61
- travis_wait ../travis/before_script.sh
60
62
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 ) [ ![ 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 )
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://codecov .io/gh /Oefenweb/cakephp-redis/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /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