From 04f654ff319e288f7c43d7382de7699b9f7617d4 Mon Sep 17 00:00:00 2001 From: Peter van Nostrand Date: Sat, 14 Jul 2018 07:46:15 -0400 Subject: [PATCH] Removed protoc installation from CI setup. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0feefba..cc88650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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