1
0
mirror of synced 2024-11-22 12:56:06 +03:00
messenger/.travis.yml
2018-03-18 20:55:41 +01:00

12 lines
166 B
YAML

language: go
go:
- 1.10.x
- master
go_import_path: github.com/paked/messenger
install: go get -t ./...
script:
- go test -v ./...
- go build ./examples/...