1
0

.travis.yml: Use Go 1.10

This commit is contained in:
Alan Orth 2018-03-09 22:43:34 +02:00
parent 145bec1deb
commit 2e52cdd4cc
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,6 +1,6 @@
language: go language: go
go: go:
- 1.8 - "1.10"
install: go get -v github.com/gohugoio/hugo 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 before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script: hugo script: hugo