Skip to content

Commit b7f0d20

Browse files
author
Zearin
committed
scenarios/ci: Github ▶︎ GitHub
1 parent 10d0370 commit b7f0d20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/scenarios/ci.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Travis-CI
5555
---------
5656
`Travis-CI <https://travis-ci.org/>`_ is a distributed CI server which builds tests
5757
for open source projects for free. It provides multiple workers to run Python tests
58-
on and seamlessly integrates with Github. You can even have it comment on your Pull
58+
on and seamlessly integrates with GitHub. You can even have it comment on your Pull
5959
Requests whether this particular changeset breaks the build or not. So if you are
60-
hosting your code on Github, travis-ci is a great and easy way to get started with
60+
hosting your code on GitHub, travis-ci is a great and easy way to get started with
6161
Continuous Integration.
6262

6363
In order to get started, add a :file:`.travis.yml` file to your repository with this
@@ -83,5 +83,5 @@ notifications, before and after steps and much more. The
8383
thorough.
8484

8585
In order to activate testing for your project, go to `the travis-ci site <https://travis-ci.org/>`_
86-
and login with your Github account. Then activate your project in your profile settings and that's
87-
it. From now on, your project's tests will be run on every push to Github.
86+
and login with your GitHub account. Then activate your project in your profile settings and that's
87+
it. From now on, your project's tests will be run on every push to GitHub.

0 commit comments

Comments
 (0)