From 457e4515e80e16f2d59b35a97ddd641002460e58 Mon Sep 17 00:00:00 2001 From: Liu Cheng Date: Mon, 24 Apr 2017 03:44:57 -0400 Subject: [PATCH] Update travis-ci.md to correct procedure (#6043) Merge pull request 6043 --- docs/_docs/continuous-integration/travis-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/continuous-integration/travis-ci.md b/docs/_docs/continuous-integration/travis-ci.md index e76e1a60..cf7d7499 100644 --- a/docs/_docs/continuous-integration/travis-ci.md +++ b/docs/_docs/continuous-integration/travis-ci.md @@ -15,7 +15,7 @@ Enabling Travis builds for your GitHub repository is pretty simple: 1. Go to your profile on travis-ci.org: https://travis-ci.org/profile/username 2. Find the repository for which you're interested in enabling builds. -3. Click the slider on the right so it says "ON" and is a dark grey. +3. Flick the repository switch on so that it turns blue. 4. Optionally configure the build by clicking on the gear icon. Further configuration happens in your `.travis.yml` file. More details on that below.