diff options
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | appveyor.yml | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4312818114..cb2de1142d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,11 @@ cache: rust: - stable + - beta - nightly +matrix: + allow_failures: + - rust: nightly os: - linux - osx diff --git a/appveyor.yml b/appveyor.yml index fbc57ab0ed..3725b4d72c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,8 @@ environment: # Testing other channels - TARGET: x86_64-pc-windows-gnu + RUST_VERSION: beta + - TARGET: x86_64-pc-windows-gnu RUST_VERSION: nightly - TARGET: x86_64-pc-windows-msvc RUST_VERSION: nightly |
