mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
18 lines
341 B
YAML
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
|