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
commit 78323657aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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