1
0

.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:
Alan Orth 2020-03-29 15:46:53 +03:00
parent 2be3b448c9
commit 236eb75c12
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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