From da3317754a2ecebe8406ba2ee17023f5f57e29c8 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Wed, 10 Aug 2016 10:26:21 -0500 Subject: [PATCH] Check Travis build status via GitHub instead of Travis hooks --- homu/files/cfg.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homu/files/cfg.toml b/homu/files/cfg.toml index 23544024..2ccc2984 100644 --- a/homu/files/cfg.toml +++ b/homu/files/cfg.toml @@ -147,8 +147,8 @@ try_users = {{ try }} [repo.{{ repo[1] }}.github] secret = "{{ pillar["homu"]["gh-webhook-secret"] }}" -[repo.{{ repo[1] }}.travis] -token = "{{ pillar["homu"]["travis-ci-token"] }}" +[repo.{{ repo[1] }}.status.travis] +context = 'continuous-integration/travis-ci/push' {% endfor %}