change permission of install solc

pull/535/head
Rongjian Lan 6 years ago
parent 5ad09ffda4
commit 25bbac6411
  1. 1
      .travis.yml

@ -27,6 +27,7 @@ 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
- chmod -x ./scripts/install_solc.sh
- ./scripts/install_solc.sh
- ./scripts/travis_checker.sh
- go build -v ./...

Loading…
Cancel
Save