5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 02:12:29 +00:00
matterbridge/vendor/github.com/bwmarrin/discordgo/.travis.yml

20 lines
363 B
YAML
Raw Normal View History

language: go
go:
- 1.13.x
2020-09-04 21:29:13 +00:00
- 1.14.x
2020-11-22 18:21:34 +00:00
- 1.15.x
- 1.16.x
2022-04-25 21:50:10 +00:00
- 1.17.x
- 1.18.x
2020-09-04 21:29:13 +00:00
env:
- GO111MODULE=on
install:
- go get github.com/bwmarrin/discordgo
- go get -v .
- go get -v golang.org/x/lint/golint
script:
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
- golint -set_exit_status ./...
- go test -v -race ./...