Experimental travis file

This commit is contained in:
Philipp Oppermann
2016-02-14 19:05:10 +01:00
parent c65e98fd86
commit ea7f21a392

9
.travis.yml Normal file
View 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