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:
parent
25432fa8c9
commit
8d617b1b0c
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user