1
0
mirror of https://github.com/FactoKit/FactoCord.git synced 2024-11-16 10:08:21 +02:00

Create .travis.yml

This commit is contained in:
Allen Lydiard 2017-07-29 18:50:07 -03:00 committed by GitHub
parent 25432fa8c9
commit 8d617b1b0c

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
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