We still need nighly Rust for the second and later posts

This commit is contained in:
Philipp Oppermann
2019-02-07 16:14:58 +01:00
parent 3bf2c66acc
commit d5cb74ac8b
4 changed files with 7 additions and 6 deletions

View File

@@ -19,21 +19,21 @@ environment:
### MSVC Toolchains ###
# Nightly 64-bit MSVC
- channel: stable
- channel: nightly
target: x86_64-pc-windows-msvc
MSYS_BITS: 64
# Nightly 32-bit MSVC
- channel: stable
- channel: nightly
target: i686-pc-windows-msvc
MSYS_BITS: 32
### GNU Toolchains ###
# Nightly 64-bit GNU
- channel: stable
- channel: nightly
target: x86_64-pc-windows-gnu
MSYS_BITS: 64
# Nightly 32-bit GNU
- channel: stable
- channel: nightly
target: i686-pc-windows-gnu
MSYS_BITS: 32

View File

@@ -1,7 +1,7 @@
language: rust
rust:
- stable
- nightly
os:
- linux

View File

@@ -17,7 +17,7 @@ strategy:
matrix:
linux:
image_name: 'ubuntu-16.04'
rustup_toolchain: stable
rustup_toolchain: nightly
mac:
image_name: 'macos-10.13'
rustup_toolchain: nightly

1
rust-toolchain Normal file
View File

@@ -0,0 +1 @@
nightly