chore(ci): drop go mod download calls

Linked issue was resolved as of Go 1.12, so this is no longer needed
This commit is contained in:
Łukasz Mierzwa
2019-02-27 20:46:59 +00:00
parent d49748e639
commit 43809330a7

View File

@@ -60,8 +60,6 @@ jobs:
- GO111MODULE=on
before_script:
- make mock-assets
# https://github.com/golang/go/issues/26794
- travis_retry go mod download
script: make lint-go
- stage: Lint
@@ -108,8 +106,6 @@ jobs:
# requires running webpack, so we need nodejs here
- travis_retry nvm install $(< .nvmrc)
script:
# https://github.com/golang/go/issues/26794
- travis_retry go mod download
# compile assets via webpack and build those into bindata_assetfs.go file
- make bindata_assetfs.go
# and now compile using bakelite for all target archs