We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c20add commit 9dfc98fCopy full SHA for 9dfc98f
.travis.yml
@@ -177,7 +177,7 @@ matrix:
177
- env: IMAGE=x86_64-gnu-aux
178
if: branch = auto
179
- env: IMAGE=x86_64-gnu-tools
180
- 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)/)
181
- env: IMAGE=x86_64-gnu-debug
182
183
- env: IMAGE=x86_64-gnu-nopt
0 commit comments