Merge pull request #5335 from simonpasquier/debug-travis-ci-failures

.travis.yml: download modules in advance
This commit is contained in:
Ganesh Vernekar 2019-03-12 09:06:42 +05:30 committed by GitHub
commit 2df0b5e837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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