Skip to content

Commit

Permalink
travis: remove commented out code. (#828)
Browse files Browse the repository at this point in the history
The commented out lines are no longer relevant and will not be brought
back.
  • Loading branch information
carllerche committed Jan 4, 2019
1 parent cbecb87 commit 39dc570
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39dc570

Please sign in to comment.