Fix travis tests -- since we don't use modules there's no need to do git checkout

This commit is contained in:
Eugene Bujak 2018-11-28 14:34:28 +03:00
parent 58129543de
commit cab73c0d68
1 changed files with 0 additions and 3 deletions

View File

@ -15,12 +15,9 @@ os:
- osx
install:
- go get -v -d -t ./...
- npm --prefix client install
- go env
script:
- (cd `go env GOPATH`/src/github.com/prometheus/client_golang && git checkout -q v0.8.0)
- go test ./...
- make