Skip to content

Commit 3c45c82

Browse files
committed
.travis.yml: Allow warnings on 1.27.0
There are several `generic-array`-related warnings on 1.27.0: https://travis-ci.org/RustCrypto/stream-ciphers/jobs/571083202 We should probably phase 1.27.0 out anyway (#24), so ignore them.
1 parent 6d0d83b commit 3c45c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
include:
2323
- name: "Rust: 1.27.0"
2424
rust: 1.27.0
25+
env: {} # clear `-D warnings` above; allow warnings
2526
script:
2627
- cargo test --all --release
2728
- ./test_aesni.sh

0 commit comments

Comments
 (0)