We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7546f commit 17f1519Copy full SHA for 17f1519
.travis.yml
@@ -41,7 +41,8 @@ matrix:
41
- env: DOCUMENTATION
42
install: true
43
script: ci/dox.sh
44
- - script: cargo test --manifest-path crates/stdsimd-verify/Cargo.toml
+ - env: VERIFY_X86
45
+ script: cargo test --manifest-path crates/stdsimd-verify/Cargo.toml
46
47
- env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
48
before_script:
@@ -54,6 +55,7 @@ matrix:
54
55
cargo clippy --all -- -D clippy-pedantic
56
allow_failures:
57
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
58
59
60
before_install:
61
# FIXME (travis-ci/travis-ci#8920) shouldn't be necessary...
0 commit comments