mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
ci: limit min rust version to cargo check (#829)
This commit is contained in:
parent
fc8cde383a
commit
78d1fe0eb0
13
.travis.yml
13
.travis.yml
@ -9,10 +9,6 @@ addons:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# This represents the minimum Rust version supported by Tokio. Updating this
|
|
||||||
# should be done in a dedicated PR and cannot be greater than two 0.x
|
|
||||||
# releases prior to the current stable.
|
|
||||||
- rust: 1.26.0
|
|
||||||
- rust: stable
|
- rust: stable
|
||||||
- rust: beta
|
- rust: beta
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
@ -22,6 +18,15 @@ matrix:
|
|||||||
- env: TARGET=i686-unknown-freebsd
|
- env: TARGET=i686-unknown-freebsd
|
||||||
- env: TARGET=i686-unknown-linux-gnu
|
- env: TARGET=i686-unknown-linux-gnu
|
||||||
|
|
||||||
|
# This represents the minimum Rust version supported by Tokio. Updating this
|
||||||
|
# should be done in a dedicated PR and cannot be greater than two 0.x
|
||||||
|
# releases prior to the current stable.
|
||||||
|
#
|
||||||
|
# Tests are not run as tests may require newer versions of rust.
|
||||||
|
- rust: 1.26.0
|
||||||
|
script: |
|
||||||
|
cargo check --all
|
||||||
|
|
||||||
# Test combinations of enabled features.
|
# Test combinations of enabled features.
|
||||||
- rust: stable
|
- rust: stable
|
||||||
script: |
|
script: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user