diff --git a/.travis.yml b/.travis.yml index b3d002ed98..8cea3e60ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,24 +81,24 @@ matrix: - DO_CHECK_SETUP_SCRIPTS="yes" - DO_DISTCHECK="yes" # Linux, gcc, Rust. - # - Rust 1.21.0, the latest known working version. + # - Rust 1.23.0, the latest known working version. - os: linux compiler: gcc env: - - NAME="linux,gcc,rust-1.21.0" + - NAME="linux,gcc,rust-1.23.0" - *default-cflags - ENABLE_RUST="yes" - - RUST_VERSION="1.21.0" + - RUST_VERSION="1.23.0" - ARGS="--enable-rust --enable-rust-strict" - DO_DISTCHECK="yes" - # Linux, gcc, Rust (1.15.0 - oldest supported). + # Linux, gcc, Rust (1.21.0 - oldest supported). - os: linux compiler: gcc env: - - NAME="linux,gcc,rust-1.15.0" + - NAME="linux,gcc,rust-1.21.0" - *default-cflags - ENABLE_RUST="yes" - - RUST_VERSION="1.15.0" + - RUST_VERSION="1.21.0" - ARGS="--enable-rust --enable-rust-strict" - DO_DISTCHECK="yes" # Linux, gcc, -DNDEBUG.