Add Go 1.14, force module support in Travis

This commit is contained in:
Carson Hoffman 2020-07-22 12:31:24 -04:00
parent 38819ecd8e
commit 72b6e0d4d2
No known key found for this signature in database
GPG key ID: 05B660CB452C657F

View file

@ -4,6 +4,9 @@ go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
env:
- GO111MODULE=on
install:
- go get github.com/bwmarrin/discordgo
- go get -v .