Skip to content

Commit

Permalink
chore(ci): update CI minimum Rust to 1.18 (because mio)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 9, 2018
1 parent e34a32b commit 5ce269a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ matrix:
env: FEATURES="--no-default-features"
- rust: stable
env: FEATURES="--features compat"
- rust: 1.17.0
env: BUILD_ONLY=1
- rust: 1.18.0

cache:
apt: true
Expand All @@ -24,8 +23,8 @@ cache:

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

addons:
Expand Down

0 comments on commit 5ce269a

Please sign in to comment.