-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.travis.yml
27 lines (27 loc) · 1.1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: go
go:
- 1.8
- 1.9
- "1.10"
install:
- go get github.com/iopred/bruxism/carbonitexplugin
- go get github.com/iopred/bruxism/chartplugin
- go get github.com/iopred/bruxism/comicplugin
- go get github.com/iopred/bruxism/discordavatarplugin
- go get github.com/iopred/bruxism/emojiplugin
- go get github.com/iopred/bruxism/inviteplugin
- go get github.com/iopred/bruxism/liveplugin
- go get github.com/iopred/bruxism/mtgplugin
- go get github.com/iopred/bruxism/musicplugin
- go get github.com/iopred/bruxism/mysonplugin
- go get github.com/iopred/bruxism/numbertriviaplugin
- go get github.com/iopred/bruxism/playedplugin
- go get github.com/iopred/bruxism/playingplugin
- go get github.com/iopred/bruxism/reminderplugin
- go get github.com/iopred/bruxism/statsplugin
- go get github.com/iopred/bruxism/streamerplugin
- go get github.com/iopred/bruxism/topstreamersplugin
- go get github.com/iopred/bruxism/triviaplugin
- go get github.com/iopred/bruxism/youtubejoinplugin
- go get -v github.com/iopred/bruxism
- go get -v .