Add Go 1.14, force module support in Travis
This commit is contained in:
parent
38819ecd8e
commit
72b6e0d4d2
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ go:
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
|
- 1.14.x
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
install:
|
install:
|
||||||
- go get github.com/bwmarrin/discordgo
|
- go get github.com/bwmarrin/discordgo
|
||||||
- go get -v .
|
- go get -v .
|
||||||
|
|
Loading…
Reference in a new issue