Skip to content

Commit b3e1d6f

Browse files
committed
Misc updates for the master branch being renamed to stable
* Update the branch conditions for the Travis script. * Update the badges in the Readme.
1 parent dce34f7 commit b3e1d6f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ php:
2121
- 7.2
2222

2323
env:
24-
# `master`
24+
# PHPCS `master`
2525
- PHPCS_VERSION="dev-master" LINT=1
2626
# Lowest supported PHPCS version.
2727
- PHPCS_VERSION="3.0.2"
@@ -34,9 +34,9 @@ env:
3434
stages:
3535
- name: sniff
3636
- name: quicktest
37-
if: type = push AND branch NOT IN (master, develop)
37+
if: type = push AND branch NOT IN (stable, develop)
3838
- name: test
39-
if: branch IN (master, develop)
39+
if: branch IN (stable, develop)
4040

4141
jobs:
4242
fast_finish: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PHPCSDevTools for developers of PHP_CodeSniffer sniffs
22
=====================================================
33

44
[![Latest Stable Version](https://poser.pugx.org/phpcsstandards/phpcsdevtools/v/stable)](https://packagist.org/packages/phpcsstandards/phpcsdevtools)
5-
[![Travis Build Status](https://travis-ci.com/PHPCSStandards/PHPCSDevTools.svg?branch=master)](https://travis-ci.com/PHPCSStandards/PHPCSDevTools/branches)
5+
[![Travis Build Status](https://travis-ci.com/PHPCSStandards/PHPCSDevTools.svg?branch=stable)](https://travis-ci.com/PHPCSStandards/PHPCSDevTools/branches)
66
[![Release Date of the Latest Version](https://img.shields.io/github/release-date/PHPCSStandards/PHPCSDevTools.svg?maxAge=1800)](https://github.com/PHPCSStandards/PHPCSDevTools/releases)
77
:construction:
88
[![Latest Unstable Version](https://img.shields.io/badge/unstable-dev--develop-e68718.svg?maxAge=2419200)](https://packagist.org/packages/phpcsstandards/phpcsdevtools#dev-develop)
@@ -12,7 +12,7 @@ PHPCSDevTools for developers of PHP_CodeSniffer sniffs
1212
[![Minimum PHP Version](https://img.shields.io/packagist/php-v/phpcsstandards/phpcsdevtools.svg?maxAge=3600)](https://packagist.org/packages/phpcsstandards/phpcsdevtools)
1313
[![Tested on PHP 5.4 to nightly](https://img.shields.io/badge/tested%20on-PHP%205.4%20|%205.5%20|%205.6%20|%207.0%20|%207.1%20|%207.2%20|%207.3%20|%207.4%20|%20nightly-brightgreen.svg?maxAge=2419200)](https://travis-ci.com/PHPCSStandards/PHPCSDevTools)
1414

15-
[![License: LGPLv3](https://poser.pugx.org/phpcsstandards/phpcsdevtools/license)](https://github.com/PHPCSStandards/PHPCSDevTools/blob/master/LICENSE)
15+
[![License: LGPLv3](https://poser.pugx.org/phpcsstandards/phpcsdevtools/license)](https://github.com/PHPCSStandards/PHPCSDevTools/blob/stable/LICENSE)
1616
![Awesome](https://img.shields.io/badge/awesome%3F-yes!-brightgreen.svg)
1717

1818

0 commit comments

Comments
 (0)