Skip to content

Commit 9859e35

Browse files
patrickallaertnikic
authored andcommitted
Adapted Travis CI urls
1 parent 15fafcd commit 9859e35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ web development. Fast, flexible and pragmatic, PHP powers everything from your
1414
blog to the most popular websites in the world. PHP is distributed under the
1515
[PHP License v3.01](LICENSE).
1616

17-
[![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/php-src)
17+
[![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/php/php-src)
1818
[![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy/branch/master?svg=true)](https://ci.appveyor.com/project/php/php-src)
1919
[![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)
2020
[![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)

docs/release-process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ explained at the end of this document in
5858

5959
## Packaging a non stable release (alpha/beta/RC)
6060

61-
1. Check the tests at https://travis-ci.org/php/php-src/builds.
61+
1. Check the tests at https://travis-ci.com/php/php-src/builds.
6262

6363
2. Run the `scripts/dev/credits` script in php-src and commit the changes in
6464
the credits files in ext/standard.
@@ -197,7 +197,7 @@ explained at the end of this document in
197197
branch. Don't forget to update `NEWS` manually in an extra commit then.
198198
199199
3. Commit those changes. Ensure the tests at
200-
https://travis-ci.org/php/php-src/builds are still passing.
200+
https://travis-ci.com/php/php-src/builds are still passing.
201201
202202
4. Run the `scripts/dev/credits` script in php-src and commit the changes in
203203
the credits files in ext/standard.

0 commit comments

Comments
 (0)