diff options
author | Jordan Gong <jordan@xps-15-9570.localdomain> | 2020-08-07 17:54:19 +0800 |
---|---|---|
committer | Jordan Gong <jordan@xps-15-9570.localdomain> | 2020-08-07 17:54:19 +0800 |
commit | f9a49d1a394e8b25e917dcb52b481565fee90ac6 (patch) | |
tree | 2901c80a28cd9cd32d3d2bc611685ed44d8a9632 | |
parent | 0e426f4fc3ea12c932e0f8d04406073e8b029fb1 (diff) |
Bump up zola version to 0.11.0
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 84727da..7ab2341 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.9.0/zola-v0.9.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.11.0/zola-v0.11.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin script: - zola build |