Allow powerpc-unknown-linux-gnu build job to fail

This commit is contained in:
gnzlbg 2019-01-31 11:42:48 +01:00 committed by gnzlbg
parent cf738b0d36
commit f4019fa492

View file

@ -98,6 +98,10 @@ matrix:
- shellcheck --version
- shellcheck ci/*.sh
allow_failures:
# FIXME: https://github.com/rust-lang-nursery/stdsimd/issues/669
- name: "powerpc-unknown-linux-gnu - no assert_instr"
install: travis_retry rustup target add $TARGET
script:
- cargo generate-lockfile