Skip to content

Commit 8134090

Browse files
committed
don't run assert_instr on unsupported windows toolchains
1 parent bb6a81f commit 8134090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ matrix:
88
- env: TARGET=x86_64-pc-windows-msvc NO_ADD=1
99
os: windows
1010
script: ci/run.sh
11-
- env: TARGET=x86_64-pc-windows-gnu
11+
- env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
1212
os: windows
1313
script: ci/run.sh
14-
- env: TARGET=i686-pc-windows-msvc
14+
- env: TARGET=i686-pc-windows-msvc STDSIMD_DISABLE_ASSERT_INSTR=1
1515
os: windows
1616
script: ci/run.sh
1717
- env: TARGET=i686-pc-windows-gnu

0 commit comments

Comments
 (0)