1
0
mirror of synced 2024-11-24 22:06:06 +03:00
messenger/.travis.yml

12 lines
166 B
YAML
Raw Normal View History

2018-03-15 22:37:45 +03:00
language: go
go:
- 1.10.x
- master
go_import_path: github.com/paked/messenger
install: go get -t ./...
2018-03-18 22:55:39 +03:00
script:
- go test -v ./...
- go build ./examples/...