Skip to content

Commit 4289d31

Browse files
committed
Updated .travis.yml
1 parent 6b87269 commit 4289d31

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ env:
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

2627
matrix:
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:
5556
before_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

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) [![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

55
Redis (DataSource) Plugin for CakePHP
66

0 commit comments

Comments
 (0)