Merge pull request #645 from pandark/patch-1

use travis "minimal" vm in the documentation
This commit is contained in:
Vincent Prouillet 2019-03-28 14:06:08 +01:00 committed by GitHub
commit b443be2365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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