meta: add travis ci

This commit is contained in:
Chris Felegy 2018-11-05 17:24:52 -05:00
parent c8828fe4d2
commit 84aeb76f76
2 changed files with 178 additions and 173 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: go
go:
- "1.10"
install: go get -t ./...
script:
- go test
- go build ./example/...

View File

@ -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