Skip to content

Commit

Permalink
allow nostd test to fail, see rust-lang/rust#48734
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Mar 4, 2018
1 parent 481e748 commit a81b686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a81b686

Please sign in to comment.