diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-05-29 18:27:49 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-05-29 18:27:49 +0800 |
commit | ebe964449ec58d1e4d2d88053f0e8a11301eb558 (patch) | |
tree | 3af0bd5a499fd1ca64f1518949ecbeb1b9ea720c /.travis.yml | |
parent | aa6b7b4e3d96d6ccf87a918ccf058d5c611563ba (diff) |
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7ab2341..6865ba0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: bionic before_script: # Download and unzip the zola executable # Replace the version numbers in the URL by the version you want to use - - curl -s -L https://github.com/getzola/zola/releases/download/v0.11.0/zola-v0.11.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin + - curl -s -L https://github.com/getzola/zola/releases/download/v0.13.0/zola-v0.13.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xzf - -C /usr/local/bin script: - zola build |