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

10 lines
134 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 ./...
script: go test -v ./...