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 2222 - DB=mysql CAKE_VERSION=2.7
2323 - DB=mysql CAKE_VERSION=2.8
2424 - DB=mysql CAKE_VERSION=2.9
25+ - DB=mysql CAKE_VERSION=2.10
2526
2627matrix :
2728 include :
28- - php : 5.6
29+ - php : 7.1
2930 env :
30- - COVERALLS =1
31- - php : 5.6
31+ - CODECOVERAGE =1
32+ - php : 7.1
3233 env :
3334 - PHPCS=1
34- - php : 5.6
35+ - php : 7.1
3536 env :
3637 - FOC_VALIDATE=1
3738 exclude :
@@ -55,6 +56,7 @@ branches:
5556before_script :
5657 - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
5758 - phpenv rehash
59+
5860 - git clone -b master https://github.com/Oefenweb/travis --depth 1 ../travis
5961 - travis_wait ../travis/before_script.sh
6062
Original file line number Diff line number Diff line change 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 ) [ ![ 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 )
44
55Redis (DataSource) Plugin for CakePHP
66
You can’t perform that action at this time.
0 commit comments