diff --git a/.travis.yml b/.travis.yml index abe2da04..700d8e6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,7 @@ install: - pip install pygments-github-lexers --user - go get -u -v github.com/spf13/hugo -script: hugo +script: + - git clone https://github.com/phil-opp/blog_os.git + - cp -r blog_os/blog ../blog + - hugo