8000 Update cargo, rls by ehuss · Pull Request #56224 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Update cargo, rls #56224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 4, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run x86_64-gnu-tools job for "update cargo" PRs since cargo can break…
… RLS.
  • Loading branch information
ehuss committed Dec 3, 2018
commit 9dfc98ff17c37fcbe83f8f18aacf6168e478472d
2 changes: 1 addition & 1 deletion .travis.yml
5D5E
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ matrix:
- env: IMAGE=x86_64-gnu-aux
if: branch = auto
- env: IMAGE=x86_64-gnu-tools
if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri)\b)/)
if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri|cargo)\b)/)
- env: IMAGE=x86_64-gnu-debug
if: branch = auto
- env: IMAGE=x86_64-gnu-nopt
Expand Down
0