Use latest release instead of github master

This commit is contained in:
Philipp Oppermann
2016-09-18 19:18:08 +02:00
parent f948f8cb98
commit 5cd4ff8641

View File

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