File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ Travis-CI
5555---------
5656`Travis-CI <https://travis-ci.org/ >`_ is a distributed CI server which builds tests
5757for 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
5959Requests 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
6161Continuous Integration.
6262
6363In 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
8383thorough.
8484
8585In 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 .
You can’t perform that action at this time.
0 commit comments