ttrpc/.travis.yml
Stephen J Day f3f546b3dd
build: no need to build against Go master
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-11-29 20:58:11 -08:00

7 lines
60 B
YAML

language: go
go:
- 1.9.x
script: go test -race -v ./...