From a3b1236e669e23f9138bd08241ddf91eb18ff009 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 14 Feb 2016 19:36:42 -0800 Subject: [PATCH] .travis.yml: ignore archive/name branches too --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index beb7b02..d835204 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,5 +43,5 @@ matrix: branches: except: - - /^archive-.*$/ + - /^archive(-|\/).*$/ - /^wip\/.*$/