Skip to content

Commit 8b9e3bb

Browse files
author
kuyan
committed
Update Travis CI URL because always https.
1 parent e094175 commit 8b9e3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/ci.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ which provides the following features:
5353

5454
Travis-CI
5555
---------
56-
`Travis-CI <http://travis-ci.org/>`_ is a distributed CI server which builds tests
56+
`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
5858
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
@@ -83,6 +83,6 @@ notifications, before and after steps and much more. The
8383
`travis-ci docs <http://about.travis-ci.org/docs/>`_ explain all of those and are very
8484
thorough.
8585

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

0 commit comments

Comments
 (0)