discordmuffin/.travis.yml

9 lines
131 B
YAML

language: go
go:
- 1.3
- 1.4
- 1.5
- tip
install:
- go get github.com/bwmarrin/discordgo
- go get -v .