Skip to content

Commit

Permalink
Change references to old default branch master to new default branch …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
greg-1-anderson committed Jun 13, 2020
1 parent 3f7511f commit afd3001
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: trusty
language: php
branches:
only:
- master
- main
- "/^[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+.*$/"
matrix:
fast_finish: true
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,10 +2,10 @@

The version-tool identifies the type and version of several popular projects.

[![Travis CI](https://travis-ci.org/consolidation/version-tool.svg?branch=master)](https://travis-ci.org/consolidation/version-tool)
[![Travis CI](https://travis-ci.org/consolidation/version-tool.svg?branch=main)](https://travis-ci.org/consolidation/version-tool)
[![Windows CI](https://ci.appveyor.com/api/projects/status/{{PUT_APPVEYOR_STATUS_BADGE_ID_HERE}}?svg=true)](https://ci.appveyor.com/project/consolidation/version-tool)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/consolidation/version-tool/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/consolidation/version-tool/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/consolidation/version-tool/badge.svg?branch=master)](https://coveralls.io/github/consolidation/version-tool?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/consolidation/version-tool/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/consolidation/version-tool/?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/consolidation/version-tool/badge.svg?branch=main)](https://coveralls.io/github/consolidation/version-tool?branch=main)
[![License](https://img.shields.io/badge/license-MIT-408677.svg)](LICENSE)

<!--
Expand All @@ -14,7 +14,7 @@ There are two choices for LICENSE badges:
1. License using shields.io (above): Can contain any text you want, and has no prerequisites, but must be manually updated if you change the license.
2. License using poser.pugx.org (below): shows the license that Packagist.org read from your composer.json file. Must register with Packagist to use Poser.
[![License](https://poser.pugx.org/consolidation/version-tool/license)](https://github.com/consolidation/version-tool//master/LICENSE)
[![License](https://poser.pugx.org/consolidation/version-tool/license)](https://github.com/consolidation/version-tool//main/LICENSE)
-->


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -65,7 +65,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-main": "1.x-dev"
}
}
}

0 comments on commit afd3001

Please sign in to comment.