Corrected Typo (#2166)

This commit is contained in:
R Huish 2017-02-27 22:00:02 +00:00 committed by Andrey
parent 5dec3e8e36
commit 7c24c4512c

View File

@ -147,7 +147,7 @@ Every time you run this script, you will be prompted for a comment to describe t
### {% linkable_title Step 7: Configuration file testing %}
[Travis CI](https://travis-ci.org) is a continuous intigration testing system that runs every time the code in your repository is updated and allows you to validate that your code works on a fresh install.
[Travis CI](https://travis-ci.org) is a continuous integration testing system that runs every time the code in your repository is updated and allows you to validate that your code works on a fresh install.
- [Authorise Travis CI](https://travis-ci.org/auth) to have access to your github repos.
- Create the build script that travis will run to test your repo.