File: .travis.yml

package info (click to toggle)
skydns 2.5.3a-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 316 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go

go:
  - 1.4

install:
  - go get github.com/coreos/etcd
  - go get github.com/coreos/go-etcd/etcd
  - go get github.com/coreos/go-systemd/activation
  - go get github.com/miekg/dns
  - go get github.com/rcrowley/go-metrics
  - go get github.com/prometheus/client_golang/prometheus
  - go get github.com/rcrowley/go-metrics/stathat

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