From: Ruediger Meier Date: Mon, 16 Mar 2015 11:20:53 +0000 (+0100) Subject: travis: whitelist travis* branches X-Git-Tag: v2.26.2~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=878b5cbce8c670238eb52c4905edea91a9f6dcb1;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