.travis.yml: Use Go 1.14.1
This mimicks upstream Hugo's configuration. See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
This commit is contained in:
parent
2be3b448c9
commit
236eb75c12
@ -1,6 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.12
|
- "1.14.1"
|
||||||
install:
|
install:
|
||||||
- mkdir -p $HOME/src
|
- mkdir -p $HOME/src
|
||||||
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
|
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
|
||||||
|
Loading…
Reference in New Issue
Block a user