diff --git a/.appveyor.yml b/.appveyor.yml index e46b9d6b..70157d34 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,21 +19,21 @@ environment: ### MSVC Toolchains ### # Nightly 64-bit MSVC - - channel: nightly + - channel: stable target: x86_64-pc-windows-msvc MSYS_BITS: 64 # Nightly 32-bit MSVC - - channel: nightly + - channel: stable target: i686-pc-windows-msvc MSYS_BITS: 32 ### GNU Toolchains ### # Nightly 64-bit GNU - - channel: nightly + - channel: stable target: x86_64-pc-windows-gnu MSYS_BITS: 64 # Nightly 32-bit GNU - - channel: nightly + - channel: stable target: i686-pc-windows-gnu MSYS_BITS: 32 diff --git a/.travis.yml b/.travis.yml index 4cd77885..458ac189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust rust: - - nightly + - stable os: - linux diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23754aaf..9cbba430 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ strategy: matrix: linux: image_name: 'ubuntu-16.04' - rustup_toolchain: nightly + rustup_toolchain: stable pool: vmImage: $(image_name)