We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20231d7 commit 689cffaCopy full SHA for 689cffa
.travis.yml
@@ -169,7 +169,7 @@ matrix:
169
- env: IMAGE=x86_64-gnu-aux
170
if: branch = auto
171
- env: IMAGE=x86_64-gnu-tools
172
- if: branch = auto
+ if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri)\b)/)
173
- env: IMAGE=x86_64-gnu-debug
174
175
- env: IMAGE=x86_64-gnu-nopt
0 commit comments