Change permission for install_solc.sh

pull/535/head
Rongjian Lan 6 years ago
parent 25bbac6411
commit fe8316ba34
  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
- chmod -x ./scripts/install_solc.sh
- ./scripts/install_solc.sh
- ./scripts/travis_checker.sh
- go build -v ./...

Loading…
Cancel
Save