Move go build -v ./... to the script stage

Install stage (where it was previously found), by convention, is used
for installing tools and dependencies only.
pull/587/head
Eugene Kim 6 years ago
parent da3c93fb58
commit 9d6ea5f137
  1. 2
      .travis.yml

@ -28,8 +28,8 @@ install:
- go get github.com/golang/protobuf/protoc-gen-go
- ./scripts/install_protoc.sh -V 3.6.1
- ./scripts/travis_checker.sh
- go build -v ./...
script:
- go build -v ./...
- ./scripts/travis_checker.sh
notifications:
slack: harmonyone:gggCd1QQopsQAW8JYgBWiH7M

Loading…
Cancel
Save