From 3ac10e947e2918caeed15a02befab126e7183351 Mon Sep 17 00:00:00 2001 From: Joel Low Date: Wed, 3 Feb 2016 11:43:12 +0800 Subject: [PATCH] Ignore Deppbot branches. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9ac23ab..cc71e3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ sudo: required language: ruby +branches: + except: + - /^bundle-update-[0-9]{4}-[0-9]{2}-[0-9]{2}-[0-9]{6}+$/ rvm: - 2.1.8 - 2.2.4