From 5f7f9ff1967a29a6fde6422ff1b6cf637af3e794 Mon Sep 17 00:00:00 2001 From: ashmaroli Date: Mon, 24 Apr 2017 21:26:04 +0530 Subject: [PATCH] fix sentence in documentation (#6048) Merge pull request 6048 --- docs/_docs/continuous-integration/travis-ci.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_docs/continuous-integration/travis-ci.md b/docs/_docs/continuous-integration/travis-ci.md index cf7d7499..91323958 100644 --- a/docs/_docs/continuous-integration/travis-ci.md +++ b/docs/_docs/continuous-integration/travis-ci.md @@ -17,8 +17,7 @@ Enabling Travis builds for your GitHub repository is pretty simple: 2. Find the repository for which you're interested in enabling builds. 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. + configuration happens via your `.travis.yml` file. More details below. ## 2. The Test Script