mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
etcd build is broken
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -4,10 +4,11 @@ go:
|
|||||||
- 1.6
|
- 1.6
|
||||||
before_script:
|
before_script:
|
||||||
- go get
|
- go get
|
||||||
- go get github.com/coreos/etcd
|
|
||||||
- go get github.com/coreos/go-etcd/etcd
|
- go get github.com/coreos/go-etcd/etcd
|
||||||
- go build -o $HOME/gopath/src/github.com/coreos/etcd/etcd.run github.com/coreos/etcd
|
# - go get github.com/coreos/etcd
|
||||||
- $HOME/gopath/src/github.com/coreos/etcd/etcd.run &
|
#- go build -o $HOME/gopath/src/github.com/coreos/etcd/etcd.run github.com/coreos/etcd
|
||||||
- sleep 2
|
#- $HOME/gopath/src/github.com/coreos/etcd/etcd.run &
|
||||||
|
#- sleep 2
|
||||||
script:
|
script:
|
||||||
- go test -tags etcd -race -bench=. ./...
|
#- go test -tags etcd -race -bench=. ./...
|
||||||
|
- go test -race -bench=. ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user