From 9dfc98ff17c37fcbe83f8f18aacf6168e478472d Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 2 Dec 2018 23:09:47 -0800 Subject: [PATCH] Run x86_64-gnu-tools job for "update cargo" PRs since cargo can break RLS. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14fb17aeeddca..3f2e43ab86d90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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