From a34ee445cd6f425e58a3c9ba88820b4f9d58e0c2 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Wed, 7 Oct 2020 15:41:32 +0200 Subject: [PATCH] cargo-travis 0.0.10 and 0.0.11 do not build currently --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38890a6..7f3887e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ matrix: before_script: - export PATH=$HOME/.cargo/bin:$PATH - cargo install cargo-update || echo "cargo-update already installed" - - cargo install cargo-travis || echo "cargo-travis already installed" + - cargo install cargo-travis --version 0.0.9 || echo "cargo-travis already installed" - cargo install-update -a - mkdir -p target/kcov-master script: