build: no need to build against Go master

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2017-11-29 20:58:11 -08:00
parent 30394a5e12
commit f3f546b3dd
No known key found for this signature in database
GPG Key ID: 67B3DED84EDC823F

View File

@ -2,6 +2,5 @@ language: go
go:
- 1.9.x
- master
script: go test -race -v ./...