From 727ea3ba4540e0aab7cea5a8863fb96c5583a233 Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Tue, 10 Dec 2019 16:13:09 -0800 Subject: [PATCH] Add ARM CI to bors's list --- bors.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 1003d9678..936db8433 100644 --- a/bors.toml +++ b/bors.toml @@ -1,5 +1,6 @@ status = [ - "wasmerio.wasmer" + "wasmerio.wasmer", + "continuous-integration/travis-ci/push" ] required_approvals = 1 timeout_sec = 7200