1
0
mirror of synced 2025-02-16 21:43:13 +03:00
messenger/.travis.yml

12 lines
166 B
YAML
Raw Normal View History

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