Minor Polishes

This commit is contained in:
Lokesh Dhakal
2020-11-22 21:30:35 +01:00
parent 148e6503a9
commit 46ff6a600f
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ Ansible
*******
`Ansible <http://ansible.com/>`_ is an open source system automation tool.
The biggest advantage over Puppet or Chef is it does not require an agent on
Its biggest advantage over Puppet or Chef is that it does not require an agent on
the client machine. Playbooks are Ansibles configuration, deployment, and
orchestration language and are written in YAML with Jinja2 for templating.
+1 -1
View File
@@ -65,7 +65,7 @@ Travis-CI
tests for open source projects for free. It provides multiple workers to run
Python tests on and seamlessly integrates with GitHub. You can even have it
comment on your Pull Requests whether this particular changeset breaks the
build or not. So if you are hosting your code on GitHub, Travis-CI is a great
build or not. So, if you are hosting your code on GitHub, Travis-CI is a great
and easy way to get started with Continuous Integration.
In order to get started, add a :file:`.travis.yml` file to your repository with