mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #55 from prometheus/branch-hack
Hack to workaround dependency on non-master code.
This commit is contained in:
commit
0e1f72dca6
|
@ -7,6 +7,12 @@ 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 ./...
|
- go test ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue