Merge pull request #10 from stevvooe/remove-master-build

build: no need to build against Go master
This commit is contained in:
Stephen Day
2017-11-29 21:00:30 -08:00
committed by GitHub

View File

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