jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/702960 )

Change subject: [doc] Update documentation
......................................................................

[doc] Update documentation

* Doc related to the move from https://travis-ci.org/
* to https://www.travis-ci.com/

Bug: T285032
Change-Id: I0606f1ec6f13f06c7332f459b6294d1dda80c46a
---
M README.rst
M tests/README.rst
2 files changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/README.rst b/README.rst
index d23d3eb..a00bf13 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-.. image:: https://api.travis-ci.org/wikimedia/pywikibot.svg?branch=master
+.. image:: https://api.travis-ci.com/wikimedia/pywikibot.svg?branch=master
    :alt: Travis Build Status
-   :target: https://travis-ci.org/wikimedia/pywikibot
+   :target: https://travis-ci.com/github/wikimedia/pywikibot
 .. image:: 
https://ci.appveyor.com/api/projects/status/xo2g4ctoom8k6yvw/branch/master?svg=true
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/ladsgroup/pywikibot-g4xqx
diff --git a/tests/README.rst b/tests/README.rst
index 3a73ddc..4765e6d 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -96,22 +96,22 @@
 =========

 After changes are published into a GitHub repository, tests may be run on
-travis-ci.org according to the configuration in .travis.yml .
+travis-ci.com according to the configuration in .travis.yml .

 When changes are merged into the main repository, they are replicated to
 https://github.com/wikimedia/pywikibot , and Travis tests are run and
-published at https://travis-ci.org/wikimedia/pywikibot/builds .  These tests
+published at https://travis-ci.com/github/wikimedia/pywikibot/builds .  These 
tests
 use the Wikimedia global (SUL) account 'Pywikibot-test', which has a password
 securely stored in .travis.yml file. See section env:global:secure.

-Anyone can run these tests on travis-ci.org using their own GitHub account, 
with
+Anyone can run these tests on travis-ci.com using their own GitHub account, 
with
 code changes that have not been merged into the main repository. To do this:

 1. create a GitHub and travis-ci account
 2. fork the main GitHub repository https://github.com/wikimedia/pywikibot
-3. enable builds from the Travis profile page: https://travis-ci.org/profile
+3. enable builds from the Travis profile page: https://travis-ci.com/profile
 4. push changes into the forked git repository
-5. watch the build at https://travis-ci.org/<username>/pywikibot/builds
+5. watch the build at https://travis-ci.com/<username>/pywikibot/builds

 Only travis-ci builds from the main repository can access the password for the
 Wikimedia account 'Pywikibot-test'. All tests which require a logged in user
@@ -120,7 +120,7 @@
 To enable 'user' tests on travis-ci builds for a different repository, add
 a username and password to Travis:
 
-1. Go to https://travis-ci.org/<username>/pywikibot/settings
+1. Go to https://travis-ci.com/<username>/pywikibot/settings
 2. Add a new variable named PYWIKIBOT_USERNAME and a value of a valid
    Wikimedia SUL username
 3. Add another variable named USER_PASSWORD, with the private password for

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/702960
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0606f1ec6f13f06c7332f459b6294d1dda80c46a
Gerrit-Change-Number: 702960
Gerrit-PatchSet: 5
Gerrit-Owner: Meno25 <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to