mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 06:20:28 +00:00
17 lines
270 B
YAML
17 lines
270 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12"
|
|
|
|
install:
|
|
- env GO111MODULE=on go get -u golang.org/x/lint/golint
|
|
|
|
script:
|
|
- env GO111MODULE=on make test
|
|
|
|
deploy:
|
|
- provider: script
|
|
skip_cleanup: true
|
|
script: curl -sL https://git.io/goreleaser | bash
|
|
on:
|
|
tags: true |