From b7f0d20511dd83dcb476edd622c6761ed91f8f45 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 14:32:40 -0400 Subject: [PATCH] =?UTF-8?q?scenarios/ci:=20Github=20=E2=96=B6=EF=B8=8E=20G?= =?UTF-8?q?itHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/scenarios/ci.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 7138893..19039de 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -55,9 +55,9 @@ Travis-CI --------- `Travis-CI `_ is a distributed CI server which builds tests for open source projects for free. It provides multiple workers to run Python tests -on and seamlessly integrates with Github. You can even have it comment on your Pull +on and seamlessly integrates with GitHub. You can even have it comment on your Pull Requests whether this particular changeset breaks the build or not. So if you are -hosting your code on Github, travis-ci is a great and easy way to get started with +hosting your code on GitHub, travis-ci is a great and easy way to get started with Continuous Integration. 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 thorough. In order to activate testing for your project, go to `the travis-ci site `_ -and login with your Github account. Then activate your project in your profile settings and that's -it. From now on, your project's tests will be run on every push to Github. +and login with your GitHub account. Then activate your project in your profile settings and that's +it. From now on, your project's tests will be run on every push to GitHub.