Skip to content

Commit a81b686

Browse files
committed
allow nostd test to fail, see rust-lang/rust#48734
1 parent 481e748 commit a81b686

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ matrix:
1616
rust: stable
1717
- env: TARGET=powerpc64-unknown-linux-gnu
1818
rust: stable
19-
# tests if crates truly can be built without std
19+
# tests if crates truly can be built without std
20+
# allowed to fail due to the https://github.com/rust-lang/rust/issues/48734
21+
allow_failures:
2022
- env: TARGET=thumbv7em-none-eabi
2123
rust: nightly
2224
script: ./build_nostd.sh

0 commit comments

Comments
 (0)