From bcefac62102332811df25c6036939325523f8840 Mon Sep 17 00:00:00 2001 From: Leah Date: Mon, 10 Dec 2018 09:40:14 +0100 Subject: [PATCH] Exceptions for bors --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2197832e..81eb8239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: node_js node_js: - "node" +branches: + except: + - trying.tmp + - staging.tmp