Skip to content

Commit

Permalink
.travis.yml: Split out 1.27.0 in the build matrix
Browse files Browse the repository at this point in the history
The `--all-features` build doesn't work on 1.27.0 because `zeroize` is a
2018 edition crate and 1.27.0 is a pre-2018-edition release.
  • Loading branch information
tarcieri committed Aug 12, 2019
1 parent 608e449 commit c57a8cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: rust
cache: cargo

rust:
- 1.27.0
- stable
- nightly

Expand All @@ -18,6 +17,11 @@ matrix:
- rust: nightly
fast_finish: true
include:
- name: "Rust: 1.27.0"
rust: 1.27.0
script:
- cargo test --all --release
- ./test_aesni.sh
- name: "Rust: stable (thumbv7em-none-eabihf)"
rust: stable
install:
Expand Down

0 comments on commit c57a8cd

Please sign in to comment.