5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-17 06:39:14 +00:00
2019-03-05 23:10:45 +01:00

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