Skip to content

Commit

Permalink
Disable cargo outdated test in travis
Browse files Browse the repository at this point in the history
The tool doesn't build due to rust-lang/cargo#9124.
  • Loading branch information
ia0 committed Feb 2, 2021
1 parent 1a6521e commit 5a4b261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ if [ -n "$TRAVIS_JOB_ID" ]; then
fi
test_bin
bench_bin
test_outdated
# TODO(https://github.com/rust-lang/cargo/issues/9124): Re-enable when fixed.
# test_outdated
if [ "$TRAVIS_RUST_VERSION" = stable ]; then
send_coverage || true
fi
Expand Down

0 comments on commit 5a4b261

Please sign in to comment.