Allow failures on stable and beta since you currently need nightly for arm anyway

This commit is contained in:
Kjetil Kjeka 2017-06-11 12:31:58 +02:00
parent 69719406aa
commit a79d7da365
1 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,8 @@ language: rust
rust:
- stable
- beta
- nightly
- nightly
matrix:
allow_failures:
- rust: stable
- rust: beta