First commit of Travis CI file
This commit is contained in:
parent
9a9175deec
commit
2af61ea2c5
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: go
|
||||
go: 1.5
|
||||
install:
|
||||
- go get github.com/bwmarrin/discordgo
|
||||
- go get -v .
|
Loading…
Reference in a new issue