From b4fe3b7a97c5e212aeab738defd268750df78ed2 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Fri, 20 May 2016 15:22:26 -0500 Subject: [PATCH] Enable AppVeyor checking for ipc-channel --- homu/files/cfg.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homu/files/cfg.toml b/homu/files/cfg.toml index 4c0fa3d3..a38d7f81 100644 --- a/homu/files/cfg.toml +++ b/homu/files/cfg.toml @@ -155,3 +155,6 @@ token = "{{ pillar["homu"]["travis-ci-token"] }}" [repo.glutin.branch] master = "servo" + +[repo.ipc-channel.status.appveyor] +context = 'continuous-integration/appveyor/branch'