From 17df2f4e4376c6d3f4289502234d7e297d9a13d9 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Fri, 13 Dec 2019 10:19:35 -0500 Subject: [PATCH] Clarify that the travis.yml example is not complete in hosting.md (#1210) --- docs/src/man/hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/man/hosting.md b/docs/src/man/hosting.md index 7dc771ee54..79036275ec 100644 --- a/docs/src/man/hosting.md +++ b/docs/src/man/hosting.md @@ -44,8 +44,8 @@ Documenter will try to automatically detect which system is running and use that ## Travis CI -To tell Travis that we want a new build stage we can add the following to the `.travis.yml` -file: +To tell Travis that we want a new build stage, we can add the following to an existing `.travis.yml` +file. Note that the snippet below will not work by itself and must be accompanied by a complete Travis file. ```yaml jobs: