Skip to content

Commit e0dd278

Browse files
committed
Updated .travis.yml
1 parent 245987a commit e0dd278

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ env:
1919
- DB=mysql CAKE_VERSION=2.7
2020
- DB=mysql CAKE_VERSION=2.8
2121
- DB=mysql CAKE_VERSION=2.9
22+
- DB=mysql CAKE_VERSION=2.10
2223

2324
matrix:
2425
include:
25-
- php: 5.6
26+
- php: 7.1
2627
env:
27-
- COVERALLS=1
28-
- php: 5.6
28+
- CODECOVERAGE=1
29+
- php: 7.1
2930
env:
3031
- PHPCS=1
31-
- php: 5.6
32+
- php: 7.1
3233
env:
3334
- FOC_VALIDATE=1
3435
exclude:

README.md

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

3-
[![Build Status](https://travis-ci.org/Oefenweb/cakephp-queue.png?branch=master)](https://travis-ci.org/Oefenweb/cakephp-queue) [![PHP 7 ready](http://php7ready.timesplinter.ch/Oefenweb/cakephp-queue/badge.svg)](https://travis-ci.org/Oefenweb/cakephp-queue) [![Coverage Status](https://coveralls.io/repos/Oefenweb/cakephp-queue/badge.png)](https://coveralls.io/r/Oefenweb/cakephp-queue) [![Packagist downloads](http://img.shields.io/packagist/dt/Oefenweb/cakephp-queue.svg)](https://packagist.org/packages/oefenweb/cakephp-queue) [![Code Climate](https://codeclimate.com/github/Oefenweb/cakephp-queue/badges/gpa.svg)](https://codeclimate.com/github/Oefenweb/cakephp-queue)
3+
[![Build Status](https://travis-ci.org/Oefenweb/cakephp-queue.png?branch=master)](https://travis-ci.org/Oefenweb/cakephp-queue) [![PHP 7 ready](http://php7ready.timesplinter.ch/Oefenweb/cakephp-queue/badge.svg)](https://travis-ci.org/Oefenweb/cakephp-queue) [![Coverage Status](https://codecov.io/gh/Oefenweb/cakephp-queue/branch/master/graph/badge.svg)](https://codecov.io/gh/Oefenweb/cakephp-queue) [![Packagist downloads](http://img.shields.io/packagist/dt/Oefenweb/cakephp-queue.svg)](https://packagist.org/packages/oefenweb/cakephp-queue) [![Code Climate](https://codeclimate.com/github/Oefenweb/cakephp-queue/badges/gpa.svg)](https://codeclimate.com/github/Oefenweb/cakephp-queue)
44

55
## Requirements
66

0 commit comments

Comments
 (0)