X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.travis.yml;h=605ac69812e7ddc2952edc5e6e3eaeac0f24a720;hb=e01caad2a87f6176f0d533ef861b1b01a5474adf;hp=d7b262255187236bd90de421b40e1b0256b496b4;hpb=27b5dd8886ac0423e059c0817b55a4e618b344a0;p=rust.git diff --git a/.travis.yml b/.travis.yml index d7b26225518..605ac69812e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,8 @@ matrix: if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=bluss/rust-itertools if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) + - env: INTEGRATION=Marwes/combine + if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) allow_failures: - os: windows env: CARGO_INCREMENTAL=0 BASE_TESTS=true @@ -90,10 +92,7 @@ matrix: script: - | rm rust-toolchain - cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed" - RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}') - travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH - rustup default master + ./setup-toolchain.sh export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib - | if [ -z ${INTEGRATION} ]; then