Skip to content

Commit 2b9b0ca

Browse files
committed
allow x86_64-pc-windows-gnu
1 parent 2f5e78c commit 2b9b0ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ matrix:
108108
- shellcheck --version
109109
- shellcheck ci/*.sh
110110
allow_failures:
111+
# FIXME: https://github.com/rust-lang/rust/issues/56153
112+
- env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
111113
- env: TARGET=i686-pc-windows-gnu
112114

113115
install: rustup target add $TARGET

0 commit comments

Comments
 (0)