mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Experimental travis file
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
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: hugo
|
||||||
Reference in New Issue
Block a user