remove install_solc in travis for now

pull/535/head
Rongjian Lan 6 years ago
parent 89cdf5ccc8
commit 948ba3b824
  1. 1
      .travis.yml
  2. 0
      scripts/install_solc.sh

@ -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/install_solc.sh
- ./scripts/travis_checker.sh
- go build -v ./...
script:

Loading…
Cancel
Save