Skip to content

Commit 17f1519

Browse files
committed
allow verify x86 to fail
1 parent 0b7546f commit 17f1519

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ matrix:
4141
- env: DOCUMENTATION
4242
install: true
4343
script: ci/dox.sh
44-
- script: cargo test --manifest-path crates/stdsimd-verify/Cargo.toml
44+
- env: VERIFY_X86
45+
script: cargo test --manifest-path crates/stdsimd-verify/Cargo.toml
4546
install: true
4647
- env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
4748
before_script:
@@ -54,6 +55,7 @@ matrix:
5455
cargo clippy --all -- -D clippy-pedantic
5556
allow_failures:
5657
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
58+
- env: VERIFY_X86
5759

5860
before_install:
5961
# FIXME (travis-ci/travis-ci#8920) shouldn't be necessary...

0 commit comments

Comments
 (0)