On Travis CI, allow failures on Rust Nightly.

It is frequently the case that builds using Rust Nightly fail
because the version of libstd we're downloading was compiled with a
different version of rustc than what we're using to build *ring*
during the run. I have no idea why this is so problematic, or why it
seems worse lately, so just wallpaper around it for now.
This commit is contained in:
Brian Smith 2016-06-02 00:34:41 -10:00
parent a35bc63840
commit 0761a02383

View File

@ -7,6 +7,8 @@ cache:
- $HOME/android/android-18-arm-linux-androideabi-4.8
matrix:
fast_finish: true
allow_failures:
- rust: nightly
include:
- env: TARGET_X=aarch64-unknown-linux-gnu CC_X=aarch64-linux-gnu-gcc CXX_X=aarch64-linux-gnu-g++ MODE_X=DEBUG KCOV=0
rust: stable