3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-11 06:29:29 +01:00
ergo/.travis.yml
2018-01-07 18:43:33 +10:00

9 lines
103 B
YAML

language: go
install: make deps
script:
- go get github.com/goreleaser/goreleaser
- make
- make test