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