Files
coredns/.travis.yml

14 lines
342 B
YAML
Raw Normal View History

2016-03-18 20:57:35 +00:00
language: go
go:
2016-03-19 07:37:20 +00:00
- 1.5
2016-03-18 20:57:35 +00:00
- 1.6
before_script:
- go get
- go get github.com/coreos/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
- $HOME/gopath/src/github.com/coreos/etcd/etcd.run &
- sleep 2
script:
- go test -tags etcd -race -bench=. ./...