.travis.yml: Use Go 1.10
This commit is contained in:
parent
145bec1deb
commit
2e52cdd4cc
@ -1,6 +1,6 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.8
|
||||
- "1.10"
|
||||
install: go get -v github.com/gohugoio/hugo
|
||||
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
||||
script: hugo
|
||||
|
Loading…
Reference in New Issue
Block a user