Install goimports in Travis-CI

pull/321/head
Eugene Kim 6 years ago
parent 5c8b8ea9b3
commit dddd104b4f
  1. 1
      .travis.yml

@ -18,6 +18,7 @@ install:
- cd ../harmony
- go get -t -v ./...
- go get -u golang.org/x/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
- go get gopkg.in/check.v1
- ./scripts/travis_checker.sh
- go build -v ./...

Loading…
Cancel
Save