Skip to content

Commit d312a0c

Browse files
committed
[ci skip] We use multiple CI providers, not only Travis
These are already listed at the beginning of the document, so we don't list them here again to avoid duplication.
1 parent 7cbf4bd commit d312a0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/release-process.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ explained at the end of this document in
6161

6262
## Packaging a non stable release (alpha/beta/RC)
6363

64-
1. Check the tests at https://travis-ci.com/php/php-src/builds.
64+
1. Check that CI is passing (see above).
6565

6666
2. Run the `scripts/dev/credits` script in php-src and commit the changes in
6767
the credits files in ext/standard.
@@ -199,8 +199,7 @@ explained at the end of this document in
199199
7.2, merge to 7.3, 7.4 etc...). Then you can cherry-pick it in your release
200200
branch. Don't forget to update `NEWS` manually in an extra commit then.
201201
202-
3. Commit those changes. Ensure the tests at
203-
https://travis-ci.com/php/php-src/builds are still passing.
202+
3. Commit those changes. Ensure that CI is still passing (see above).
204203
205204
4. Run the `scripts/dev/credits` script in php-src and commit the changes in
206205
the credits files in ext/standard.

0 commit comments

Comments
 (0)