mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
Merge pull request #13 in DNS/adguard-dns from fix_coredns_build to master
* commit 'd34049b5135ff5dac2015dd93a5a624abdfe2cb4': travis -- Fix go test failure.
This commit is contained in:
commit
fced9178b8
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