Hack to workaround dependency on non-master code.

This commit is contained in:
Brian Brazil 2017-04-20 14:30:02 +01:00
parent d04bd947ea
commit 1d83746cc5
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ go:
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:
- go test ./...