From 39dc5706b71898f5127704a4c323fa28b29154af Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 3 Jan 2019 22:04:09 -0800 Subject: [PATCH] travis: remove commented out code. (#828) The commented out lines are no longer relevant and will not be brought back. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fb34833767..55689e2ae82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: