Fix travis build (provide content dir)

This commit is contained in:
Philipp Oppermann
2016-04-30 13:16:33 +02:00
parent 7343fc7a50
commit cba4c16fb6

View File

@@ -6,4 +6,7 @@ install:
- pip install pygments-github-lexers --user - pip install pygments-github-lexers --user
- go get -u -v github.com/spf13/hugo - 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