We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0d83b commit 3c45c82Copy full SHA for 3c45c82
.travis.yml
@@ -22,6 +22,7 @@ matrix:
22
include:
23
- name: "Rust: 1.27.0"
24
rust: 1.27.0
25
+ env: {} # clear `-D warnings` above; allow warnings
26
script:
27
- cargo test --all --release
28
- ./test_aesni.sh
0 commit comments