mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Adapted Travis CI urls
This commit is contained in:
parent
15fafcd664
commit
9859e35951
2 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||||
|
|
||||||
[](https://travis-ci.org/php/php-src)
|
[](https://travis-ci.com/php/php-src)
|
||||||
[](https://ci.appveyor.com/project/php/php-src)
|
[](https://ci.appveyor.com/project/php/php-src)
|
||||||
[](https://dev.azure.com/phpazuredevops/php/_build/latest?definitionId=1&branchName=master)
|
[](https://dev.azure.com/phpazuredevops/php/_build/latest?definitionId=1&branchName=master)
|
||||||
[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php)
|
[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue