Merge pull request #136 from poanetwork/remove-protoc-from-ci

Removed protoc installation from CI setup.
This commit is contained in:
Andreas Fackler 2018-07-15 10:59:06 +02:00 committed by GitHub
commit 78d628452a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ addons:
packages:
- unzip
before_install:
- curl -OL https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip
- sudo unzip protoc-3.5.1-linux-x86_64.zip -d /usr/local bin/protoc
- sudo chown $(whoami) /usr/local/bin/protoc
- protoc --version
- rm protoc-3.5.1-linux-x86_64.zip
- rustup component add rustfmt-preview
- rustfmt --version
- cargo install clippy -f --vers=0.0.202