Skip to content

Commit 543caf8

Browse files
committed
Replaced Travis build badge with CircleCI build badge.
1 parent dcdd763 commit 543caf8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function(grunt) {
2121

2222
// Add build status image to GitHub readme.
2323
function addBuildStatus(readme) {
24-
var buildImage = '<a href="https://travis-ci.org/wpengine/phpcompat"><img src="https://travis-ci.org/wpengine/phpcompat.svg?branch=master"></a>';
24+
var buildImage = '<a href="https://circleci.com/gh/wpengine/phpcompat/tree/master"><img src="https://circleci.com/gh/wpengine/phpcompat/tree/master.svg?style=shield"></a>';
2525

2626
return readme.replace(/# PHP Compatibility Checker #/, '# PHP Compatibility Checker ' + buildImage);
2727
}

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# PHP Compatibility Checker <a href="https://travis-ci.org/wpengine/phpcompat"><img src="https://travis-ci.org/wpengine/phpcompat.svg?branch=master"></a>
2-
**Contributors:** [wpengine](https://profiles.wordpress.org/wpengine), [octalmage](https://profiles.wordpress.org/octalmage), [stevenkword](https://profiles.wordpress.org/stevenkword), [Taylor4484](https://profiles.wordpress.org/Taylor4484), [pross](https://profiles.wordpress.org/pross), [jcross](https://profiles.wordpress.org/jcross)
3-
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
4-
**Requires at least:** 3.5
5-
**Tested up to:** 5.2.2
6-
**Stable tag:** 1.5.0
7-
**License:** GPLv2 or later
8-
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1+
# PHP Compatibility Checker <a href="https://circleci.com/gh/wpengine/phpcompat/tree/master"><img src="https://circleci.com/gh/wpengine/phpcompat/tree/master.svg?style=shield"></a>
2+
**Contributors:** [wpengine](https://profiles.wordpress.org/wpengine), [octalmage](https://profiles.wordpress.org/octalmage), [stevenkword](https://profiles.wordpress.org/stevenkword), [Taylor4484](https://profiles.wordpress.org/Taylor4484), [pross](https://profiles.wordpress.org/pross), [jcross](https://profiles.wordpress.org/jcross)
3+
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
4+
**Requires at least:** 3.5
5+
**Tested up to:** 5.2.2
6+
**Stable tag:** 1.5.0
7+
**License:** GPLv2 or later
8+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

1010
Make sure your plugins and themes are compatible with newer PHP versions.
1111

@@ -56,7 +56,7 @@ PHP Compatibility Checker includes WP-CLI command support:
5656

5757
<version>
5858
PHP version to test.
59-
59+
6060
[--scan=<scan>]
6161
Whether to scan only active plugins and themes or all of them.
6262
default: active

0 commit comments

Comments
 (0)