From f316211ba35fd93e8dd8894240d4daf1a258b326 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Tue, 12 Jan 2016 23:30:59 +0000 Subject: [PATCH] =?UTF-8?q?travis:=20Don=E2=80=99t=20install=20external=20?= =?UTF-8?q?version=20of=20rust-protobuf=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59653ec..2038ce1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,9 @@ addons: apt: packages: - protobuf-compiler + - libprotoc-dev - portaudio19-dev - - libavahi-compat-libdnssd-dev -before_install: - - export PATH=$HOME/.cargo/bin:$PATH -install: - - cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf script: - cargo build --no-default-features --verbose - cargo test --no-default-features --verbose