Skip to content

Commit

Permalink
Run "tools" job on PR when commit message starts with "Update RLS/mir…
Browse files Browse the repository at this point in the history
…i/..."
  • Loading branch information
kennytm committed Jul 2, 2018
1 parent 20231d7 commit 689cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 689cffa

Please sign in to comment.