mirror of
https://github.com/FactoKit/FactoCord.git
synced 2024-11-16 10:08:21 +02:00
13 lines
196 B
YAML
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
|