From 8b9e3bb877411f86e56cb1d31fb0e05ef167053d Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 24 Aug 2013 01:23:15 -0700 Subject: [PATCH] Update Travis CI URL because always https. --- docs/scenarios/ci.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 1bb2af5..6e2025d 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -53,7 +53,7 @@ which provides the following features: Travis-CI --------- -`Travis-CI `_ is a distributed CI server which builds tests +`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 Requests whether this particular changeset breaks the build or not. So if you are @@ -83,6 +83,6 @@ notifications, before and after steps and much more. The `travis-ci docs `_ explain all of those and are very thorough. -In order to activate testing for your project, go to `the travis-ci site `_ +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.