From 5cd4ff8641a04cc43f0446b45cdc6c0996cece2b Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 18 Sep 2016 19:18:08 +0200 Subject: [PATCH] Use latest release instead of github master --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9b873b1..c43c44ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,13 @@ install: - export PATH=$HOME/.local/bin:$PATH - pip install pygments --user - pip install pygments-github-lexers --user - - go get -u -v github.com/spf13/hugo + #- go get -u -v github.com/spf13/hugo + - wget https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_linux-64bit.tgz + - tar xf hugo_0.16_linux-64bit.tgz script: - git clone https://github.com/phil-opp/blog_os.git - cp -r blog_os/blog ../blog - - hugo + - ./hugo after_success: bash ci/travis-blog-update.sh