Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit 601755a

Browse files
authored
Merge pull request #273 from alexcrichton/azure
Gate on Azure and use it for `try`
2 parents 0d16246 + 2d203ad commit 601755a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

homu.toml.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ try_users = []
4646
secret = "{{ homu.repo-secrets.rust }}"
4747
[repo.rust.checks.travis]
4848
name = "Travis CI - Branch"
49+
try = false
50+
[repo.rust.checks.azure]
51+
name = "auto"
52+
try_name = "try"
4953
[repo.rust.status.appveyor]
5054
context = "continuous-integration/appveyor/branch"
5155
try = false

0 commit comments

Comments
 (0)