“go get: -t flag is a no-op when using modules”

pull/587/head
Eugene Kim 6 years ago
parent bf662ff159
commit b64d7a4412
  1. 2
      .travis.yml

@ -19,7 +19,7 @@ install:
- cd bls
- make
- cd ../harmony
- go get -t -v ./...
- go get -v ./...
- go get -u golang.org/x/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
- go get gopkg.in/check.v1

Loading…
Cancel
Save