-cover causes races in Go 1.2
Make -covermode=atomic the default until we drop 1.2 support Enable Go 1.2 in Travis
This commit is contained in:
@@ -2,6 +2,7 @@ language: go
|
||||
|
||||
go:
|
||||
- 1.3
|
||||
- 1.2
|
||||
- tip
|
||||
|
||||
install:
|
||||
@@ -9,6 +10,7 @@ install:
|
||||
- go get github.com/coreos/etcd
|
||||
- ./hack/verify-gofmt.sh
|
||||
- ./hack/verify-boilerplate.sh
|
||||
- ./hack/install-std-race.sh
|
||||
- ./hack/build-go.sh
|
||||
|
||||
script:
|
||||
|
Reference in New Issue
Block a user