diff --git a/.travis.yml b/.travis.yml index d15a7443..04335c07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,9 @@ matrix: rust: stable - env: TARGET=powerpc64-unknown-linux-gnu rust: stable - # tests if crates truly can be built without std + # tests if crates truly can be built without std + # allowed to fail due to the https://github.com/rust-lang/rust/issues/48734 + allow_failures: - env: TARGET=thumbv7em-none-eabi rust: nightly script: ./build_nostd.sh