update rust minimum version to 1.27.0 (includes testing)

This commit is contained in:
Roy Ivy III 2018-09-20 00:39:56 -05:00
parent 289c052600
commit fada9314d7
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,9 @@ language: rust
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- rust: 1.27.0
os: linux
env: FEATURES=''
- rust: stable - rust: stable
os: linux os: linux
env: FEATURES='' env: FEATURES=''
@ -64,4 +67,3 @@ after_success: |
cargo tarpaulin --out Xml cargo tarpaulin --out Xml
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash)
fi fi

View file

@ -36,7 +36,7 @@ Requirements
### Rust Version ### ### Rust Version ###
uutils follows Rust's release channels and is tested against stable, beta and nightly. uutils follows Rust's release channels and is tested against stable, beta and nightly.
The current oldest supported version of the Rust compiler is `1.22.0`. The current oldest supported version of the Rust compiler is `1.27.0`.
On both Windows and Redox, only the nightly version is tested currently. On both Windows and Redox, only the nightly version is tested currently.