Remove prometheus/prometheus dev-2.0 branch workaround
This commit is contained in:
parent
6a10761b50
commit
e59b7b8ac4
|
@ -7,12 +7,6 @@ go:
|
||||||
|
|
||||||
go_import_path: github.com/prometheus/tsdb
|
go_import_path: github.com/prometheus/tsdb
|
||||||
|
|
||||||
install:
|
|
||||||
# Hack until the dev-2.0 branch becomes master.
|
|
||||||
- go get -d github.com/prometheus/prometheus/...
|
|
||||||
- (cd $GOPATH/src/github.com/prometheus/prometheus && git checkout dev-2.0)
|
|
||||||
- go get -t ./...
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -timeout 5m ./...
|
- go test -timeout 5m ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue