Skip to content

Commit e6c800a

Browse files
author
Mark Scherer
committed
use sudo false
1 parent 99a843e commit e6c800a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: php
22

3+
sudo: false
4+
35
php:
46
- 5.4
57
- 5.5

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# CakePHP Ajax Plugin
2-
[![Build Status](https://api.travis-ci.org/dereuromark/cakephp-ajax.png)](https://travis-ci.org/dereuromark/cakephp-ajax)
3-
[![Coverage Status](https://coveralls.io/repos/dereuromark/cakephp-ajax/badge.png)](https://coveralls.io/r/dereuromark/cakephp-ajax)
2+
[![Build Status](https://api.travis-ci.org/dereuromark/cakephp-ajax.svg)](https://travis-ci.org/dereuromark/cakephp-ajax)
3+
[![Coverage Status](https://coveralls.io/repos/dereuromark/cakephp-ajax/badge.svg)](https://coveralls.io/r/dereuromark/cakephp-ajax)
44
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.4-8892BF.svg)](https://php.net/)
5-
[![License](https://poser.pugx.org/dereuromark/cakephp-ajax/license.png)](https://packagist.org/packages/dereuromark/cakephp-ajax)
6-
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-ajax/d/total.png)](https://packagist.org/packages/dereuromark/cakephp-ajax)
5+
[![License](https://poser.pugx.org/dereuromark/cakephp-ajax/license.svg)](https://packagist.org/packages/dereuromark/cakephp-ajax)
6+
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-ajax/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-ajax)
77
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](https://github.com/php-fig-rectified/fig-rectified-standards)
88

99
A CakePHP 3.x plugin that makes working with AJAX a piece of cake..

0 commit comments

Comments
 (0)