From: Ruediger Meier Date: Mon, 16 Mar 2015 11:20:53 +0000 (+0100) Subject: travis: whitelist travis* branches X-Git-Tag: v2.27-rc1~344^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=355df774f4b29df0a094804dbeab9ec4555a8d8f;p=thirdparty%2Futil-linux.git travis: whitelist travis* branches Sometimes we may want to test non-master branches. Signed-off-by: Ruediger Meier --- diff --git a/.travis.yml b/.travis.yml index 931775510f..c092a4491e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ branches: only: - master - /^stable.*/ + - /^travis.*/ install: - source ./.travis-functions.sh