Skip to content

Commit

Permalink
Run x86_64-gnu-tools job for "update cargo" PRs since cargo can break…
Browse files Browse the repository at this point in the history
… RLS.
  • Loading branch information
ehuss committed Dec 3, 2018
1 parent 8c20add commit 9dfc98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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 comments on commit 9dfc98f

Please sign in to comment.