mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-09 12:05:47 +03:00
travis -- move dependency installation to install section, simplify go test invocation to test all subdirs in one go
This commit is contained in:
parent
6fc50cd743
commit
ebf2380af4
10
.travis.yml
10
.travis.yml
@ -10,8 +10,10 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
script:
|
||||
- cd dnsfilter && go get -d -t . && go test
|
||||
- cd ../coredns_plugin && go get -d -t . && go test
|
||||
- cd .. && make
|
||||
install:
|
||||
- go get -d -t ./...
|
||||
|
||||
script:
|
||||
- go test ./...
|
||||
- make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user