Files
blog_os/.travis.yml
Philipp Oppermann 4bb23e9687 Use latest go version (#157)
Use go 1.6
2016-05-07 15:01:20 +02:00

18 lines
341 B
YAML

language: go
go:
- 1.6
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
script:
- git clone https://github.com/phil-opp/blog_os.git
- cp -r blog_os/blog ../blog
- hugo
after_success: bash ci/travis-blog-update.sh