Fix travis tests -- since we don't use modules there's no need to do git checkout
This commit is contained in:
parent
58129543de
commit
cab73c0d68
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue