travis: remove commented out code. (#828)

The commented out lines are no longer relevant and will not be brought
back.
This commit is contained in:
Carl Lerche 2019-01-03 22:04:09 -08:00 committed by GitHub
parent cbecb87797
commit 39dc5706b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,11 +80,6 @@ script: |
cargo check --tests --all --exclude tokio-tls --target $TARGET
else
cargo test --all --no-fail-fast
# Disable these tests for now as they are buggy
#
# cargo test --features unstable-futures
# cargo test --manifest-path tokio-threadpool/Cargo.toml --features unstable-futures
# cargo test --manifest-path tokio-reactor/Cargo.toml --features unstable-futures
fi
before_deploy: