From 85edb3e90c6f0ff11dbc2ffdfe25121b436caf58 Mon Sep 17 00:00:00 2001 From: Thomas Payet Date: Thu, 2 May 2019 11:43:45 +0200 Subject: [PATCH] Update ci with rust nightly only --- azure-pipelines.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 36f544d95..d0690e319 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,11 +1,4 @@ --- -resources: - containers: - - container: stable - image: rust - - container: nightly - image: rustlang/rust:nightly - trigger: branches: include: [ master ] @@ -19,7 +12,7 @@ jobs: container: tpayet/chiquitita:latest steps: - script: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable + curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly displayName: 'Install rustc' - script: | $HOME/.cargo/bin/cargo check @@ -37,7 +30,7 @@ jobs: container: tpayet/chiquitita:latest steps: - script: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable + curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly displayName: 'Install rustc' - script: | $HOME/.cargo/bin/cargo build --release