forked from pothtonswer/discordmuffin
Lets see if Travis will test using Go 1.3, 1.4, 1.5, and tip.
This commit is contained in:
parent
a1cf10adf4
commit
6be9be241d
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
language: go
|
language: go
|
||||||
go: 1.5
|
go:
|
||||||
|
- 1.3
|
||||||
|
- 1.4
|
||||||
|
- 1.5
|
||||||
|
- tip
|
||||||
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