Files
coredns/.travis.yml

15 lines
391 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/go-etcd/etcd
2016-04-19 23:03:41 +01:00
# - go get github.com/coreos/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:
2016-04-19 23:03:41 +01:00
#- go test -tags etcd -race -bench=. ./...
- go test -race -bench=. ./...