Do not manually install gopkg.in/check.v1

This is listed (and version-pegged) in go.mod and will be pulled in
whenever needed by the build, thanks to the modules system.
pull/668/head
Eugene Kim 6 years ago
parent d17a06dfe0
commit 7d2c88fa47
  1. 1
      .travis.yml

@ -20,7 +20,6 @@ install:
- make
- cd ../harmony
- go get -v ./...
- go get gopkg.in/check.v1
- scripts/install_build_tools.sh
script:
- go build -v ./...

Loading…
Cancel
Save