From c57a8cd919eb38dcdd984855bbfc788af4a72559 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 12 Aug 2019 14:32:04 -0700 Subject: [PATCH] .travis.yml: Split out 1.27.0 in the build matrix 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. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69394163..f2c22702 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: rust cache: cargo rust: - - 1.27.0 - stable - nightly @@ -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: