upgrade hyper to v0.11

This commit is contained in:
Sean McArthur
2017-06-20 21:27:59 -07:00
parent 8633060eaf
commit 665b4fe718
26 changed files with 2647 additions and 1027 deletions

View File

@@ -4,11 +4,22 @@ matrix:
allow_failures:
- rust: nightly
include:
- rust: stable
- os: osx
rust: stable
- rust: stable
env: FEATURES=""
- rust: beta
env: FEATURES=""
- rust: nightly
env: FEATURES=""
- rust: stable
env: FEATURES="--features unstable"
- rust: beta
env: FEATURES="--features unstable"
- rust: nightly
env: FEATURES="--features unstable"
sudo: false
dist: trusty
@@ -20,8 +31,5 @@ cache:
- target/debug/build
script:
- cargo build --verbose
- cargo test --verbose
notifications:
email: false
- cargo build $FEATURES
- cargo test $FEATURES