.travis.yml: download modules in advance
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
9d96ada510
commit
758a68a52f
|
@ -8,5 +8,6 @@ go:
|
|||
go_import_path: github.com/prometheus/prometheus
|
||||
|
||||
script:
|
||||
- GO111MODULE=on travis_retry go mod download
|
||||
- make check_license style unused test staticcheck check_assets
|
||||
- git diff --exit-code
|
||||
|
|
Loading…
Reference in New Issue