From 34c18e4cbbc83d5601d9a30c6164f199286a0707 Mon Sep 17 00:00:00 2001 From: Pandark Date: Thu, 28 Mar 2019 14:02:52 +0100 Subject: [PATCH] use travis "minimal" vm in the documentation If not specified, Travis use a system with ruby, which we don't need. We can use the "minimal" one instead. --- docs/content/documentation/deployment/github-pages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index ecf273f..c9a9c9e 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -46,6 +46,8 @@ Make sure "Display value in build log" is off, and then click add. Now Travis ha We're almost done. We just need some scripts in a .travis.yml file to tell Travis what to do. ```yaml +language: minimal + before_script: # Download and unzip the zola executable # Replace the version numbers in the URL by the version you want to use