From 8cee4161de1aa25654b8a5f04721c4c1afb82a38 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 18 Sep 2016 19:26:45 +0200 Subject: [PATCH] Update to hugo 0.16 --- scripts/travis-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index cfa528ad..1c02c1d0 100644 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -14,10 +14,10 @@ git clone --branch=hugo https://github.com/phil-opp/blog_os.git hugo cd hugo # download hugo -wget https://github.com/spf13/hugo/releases/download/v0.15/hugo_0.15_linux_amd64.tar.gz -tar xf hugo_0.15_linux_amd64.tar.gz +wget https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_linux-64bit.tgz +tar xf hugo_0.16_linux-64bit.tgz # build the blog -hugo_0.15_linux_amd64/hugo_0.15_linux_amd64 +./hugo cd ..