meta: add travis ci
This commit is contained in:
parent
c8828fe4d2
commit
84aeb76f76
|
@ -0,0 +1,7 @@
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- "1.10"
|
||||||
|
install: go get -t ./...
|
||||||
|
script:
|
||||||
|
- go test
|
||||||
|
- go build ./example/...
|
|
@ -9,10 +9,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
|
"github.com/bwmarrin/discordgo"
|
||||||
"github.com/foxbot/gavalink"
|
"github.com/foxbot/gavalink"
|
||||||
|
|
||||||
// this requires the "feature/manual-voice-connection branch!!"
|
|
||||||
"github.com/foxbot/discordgo"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var token string
|
var token string
|
||||||
|
|
Loading…
Reference in New Issue