.travis.yml: Use latest stable golang 1.15.x
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.14.1"
|
- "1.15.x"
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user