Skip to content

Commit 9dfc98f

Browse files
committed
Run x86_64-gnu-tools job for "update cargo" PRs since cargo can break RLS.
1 parent 8c20add commit 9dfc98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ matrix:
177177
- env: IMAGE=x86_64-gnu-aux
178178
if: branch = auto
179179
- 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)/)
180+
if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri|cargo)\b)/)
181181
- env: IMAGE=x86_64-gnu-debug
182182
if: branch = auto
183183
- env: IMAGE=x86_64-gnu-nopt

0 commit comments

Comments
 (0)