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
|
- osx
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -v -d -t ./...
|
|
||||||
- npm --prefix client install
|
- npm --prefix client install
|
||||||
- go env
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- (cd `go env GOPATH`/src/github.com/prometheus/client_golang && git checkout -q v0.8.0)
|
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue