From 689cffa211e4c2c2c74dbc759020be40fe222d23 Mon Sep 17 00:00:00 2001 From: kennytm Date: Tue, 3 Jul 2018 06:01:58 +0800 Subject: [PATCH] Run "tools" job on PR when commit message starts with "Update RLS/miri/..." --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e6722cf85563..ba8a39f355c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -169,7 +169,7 @@ matrix: - env: IMAGE=x86_64-gnu-aux if: branch = auto - env: IMAGE=x86_64-gnu-tools - if: branch = auto + if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri)\b)/) - env: IMAGE=x86_64-gnu-debug if: branch = auto - env: IMAGE=x86_64-gnu-nopt