Adapted Travis CI urls

This commit is contained in:
Patrick Allaert 2021-06-08 16:39:45 +02:00 committed by Nikita Popov
parent 15fafcd664
commit 9859e35951
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ web development. Fast, flexible and pragmatic, PHP powers everything from your
blog to the most popular websites in the world. PHP is distributed under the blog to the most popular websites in the world. PHP is distributed under the
[PHP License v3.01](LICENSE). [PHP License v3.01](LICENSE).
[![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/php-src) [![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/php/php-src)
[![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy/branch/master?svg=true)](https://ci.appveyor.com/project/php/php-src) [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy/branch/master?svg=true)](https://ci.appveyor.com/project/php/php-src)
[![Build Status](https://dev.azure.com/phpazuredevops/php/_apis/build/status/php.php-src?branchName=master)](https://dev.azure.com/phpazuredevops/php/_build/latest?definitionId=1&branchName=master) [![Build Status](https://dev.azure.com/phpazuredevops/php/_apis/build/status/php.php-src?branchName=master)](https://dev.azure.com/phpazuredevops/php/_build/latest?definitionId=1&branchName=master)
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php)

View file

@ -58,7 +58,7 @@ explained at the end of this document in
## Packaging a non stable release (alpha/beta/RC) ## Packaging a non stable release (alpha/beta/RC)
1. Check the tests at https://travis-ci.org/php/php-src/builds. 1. Check the tests at https://travis-ci.com/php/php-src/builds.
2. Run the `scripts/dev/credits` script in php-src and commit the changes in 2. Run the `scripts/dev/credits` script in php-src and commit the changes in
the credits files in ext/standard. the credits files in ext/standard.
@ -197,7 +197,7 @@ explained at the end of this document in
branch. Don't forget to update `NEWS` manually in an extra commit then. branch. Don't forget to update `NEWS` manually in an extra commit then.
3. Commit those changes. Ensure the tests at 3. Commit those changes. Ensure the tests at
https://travis-ci.org/php/php-src/builds are still passing. https://travis-ci.com/php/php-src/builds are still passing.
4. Run the `scripts/dev/credits` script in php-src and commit the changes in 4. Run the `scripts/dev/credits` script in php-src and commit the changes in
the credits files in ext/standard. the credits files in ext/standard.