mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 18:22:00 -08:00
8 lines
147 B
YAML
8 lines
147 B
YAML
language: go
|
|
gobuild_args: -x -ldflags "-X main.githash=$(git log --pretty=format:'%h' -n 1)"
|
|
go:
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- master
|