Do not run Travis checker twice

Really.  Makes no sense to do so.
pull/587/head
Eugene Kim 6 years ago
parent 9d6ea5f137
commit e3bd479aa4
  1. 1
      .travis.yml

@ -27,7 +27,6 @@ install:
- go get github.com/golang/mock/mockgen
- go get github.com/golang/protobuf/protoc-gen-go
- ./scripts/install_protoc.sh -V 3.6.1
- ./scripts/travis_checker.sh
script:
- go build -v ./...
- ./scripts/travis_checker.sh

Loading…
Cancel
Save