-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:
Clayton Coleman
2014-07-11 14:41:15 -04:00
parent e6ee45d38e
commit 9a9d140a8a
3 changed files with 34 additions and 2 deletions

View File

@@ -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: