Skip to content

Commit 5ce269a

Browse files
committed
chore(ci): update CI minimum Rust to 1.18 (because mio)
1 parent e34a32b commit 5ce269a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ matrix:
1313
env: FEATURES="--no-default-features"
1414
- rust: stable
1515
env: FEATURES="--features compat"
16-
- rust: 1.17.0
17-
env: BUILD_ONLY=1
16+
- rust: 1.18.0
1817

1918
cache:
2019
apt: true
@@ -24,8 +23,8 @@ cache:
2423

2524
script:
2625
- ./.travis/readme.py
27-
- cargo build --verbose $FEATURES
28-
- 'if [ "$BUILD_ONLY" != "1" ]; then cargo test --verbose $FEATURES; fi'
26+
- cargo build $FEATURES
27+
- 'if [ "$BUILD_ONLY" != "1" ]; then cargo test $FEATURES; fi'
2928
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
3029

3130
addons:

0 commit comments

Comments
 (0)