Merge pull request #5335 from simonpasquier/debug-travis-ci-failures
.travis.yml: download modules in advance
This commit is contained in:
commit
2df0b5e837
|
@ -8,5 +8,6 @@ go:
|
||||||
go_import_path: github.com/prometheus/prometheus
|
go_import_path: github.com/prometheus/prometheus
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- GO111MODULE=on travis_retry go mod download
|
||||||
- make check_license style unused test staticcheck check_assets
|
- make check_license style unused test staticcheck check_assets
|
||||||
- git diff --exit-code
|
- git diff --exit-code
|
||||||
|
|
Loading…
Reference in New Issue