mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue