Download modules in travis install step

This commit is contained in:
hjenkins 2019-08-05 09:25:14 +01:00
parent d346219293
commit 8a24dd797f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ go:
install:
# Fetch dependencies
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1
- GO111MODULE=on go mod download
script:
- ./configure && make test
sudo: false