1
0
mirror of https://github.com/FactoKit/FactoCord.git synced 2024-11-16 10:08:21 +02:00
FactoCord/.travis.yml
2017-07-29 18:50:07 -03:00

13 lines
196 B
YAML

language: go
go:
- 1.7
- 1.8
- tip
before_install:
- go get -v github.com/bwmarrin/discordgo
- go get -v github.com/joho/godotenv/
- go get -v github.com/hpcloud/tail
branches:
only:
- master