discordmuffin/.travis.yml
2016-06-17 14:36:12 -05:00

12 lines
176 B
YAML

language: go
go:
- 1.4
- 1.5
- 1.6
before_script:
- go vet ./..
gobuild_args:
- -race
install:
- go get github.com/bwmarrin/discordgo
- go get -v .