mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
travis -- Fix go test failure.
This commit is contained in:
parent
f6d7d6a37a
commit
d34049b513
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@ os:
|
|||
- osx
|
||||
|
||||
install:
|
||||
- go get -d -t ./...
|
||||
- go get -v -d -t ./...
|
||||
- npm --prefix client install
|
||||
|
||||
script:
|
||||
- (cd `go env GOPATH`/src/github.com/prometheus/client_golang && git checkout -q v0.8.0)
|
||||
- go test ./...
|
||||
- make
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue