diff options
| author | Eric Huss <eric@huss.org> | 2018-12-02 23:09:47 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2018-12-03 06:04:48 -0800 |
| commit | 9dfc98ff17c37fcbe83f8f18aacf6168e478472d (patch) | |
| tree | b2dd1c0920b996e1d164c2ed6c7a31493b410907 | |
| parent | 8c20adddbc8a2effdc150d1874083390fe7724eb (diff) | |
| download | rust-9dfc98ff17c37fcbe83f8f18aacf6168e478472d.tar.gz rust-9dfc98ff17c37fcbe83f8f18aacf6168e478472d.zip | |
Run x86_64-gnu-tools job for "update cargo" PRs since cargo can break RLS.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 14fb17aeedd..3f2e43ab86d 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 |
