From ec0e1dcb14975e9be987f17de30ed20300818148 Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Date: Wed, 8 Oct 2014 21:44:57 +0300 Subject: [PATCH] Update continuous-integration.md Fix minor typo --- site/_docs/continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/continuous-integration.md b/site/_docs/continuous-integration.md index 90d74ff3..6ade6879 100644 --- a/site/_docs/continuous-integration.md +++ b/site/_docs/continuous-integration.md @@ -22,7 +22,7 @@ Enabling Travis builds for your GitHub repository is pretty simple: 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. 4. Optionally configure the build by clicking on the wrench icon. Further - configuration happens in you `.travis.yml` file. More details on that + configuration happens in your `.travis.yml` file. More details on that below. ## 2. The Test Script