mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00:00
17 lines
229 B
YAML
17 lines
229 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9
|
|
|
|
install:
|
|
- go get -u golang.org/x/lint/golint
|
|
|
|
script:
|
|
- make test
|
|
|
|
deploy:
|
|
- provider: script
|
|
skip_cleanup: true
|
|
script: curl -sL https://git.io/goreleaser | bash
|
|
on:
|
|
tags: true |