From 355df774f4b29df0a094804dbeab9ec4555a8d8f Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 16 Mar 2015 12:20:53 +0100 Subject: travis: whitelist travis* branches Sometimes we may want to test non-master branches. Signed-off-by: Ruediger Meier --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 931775510..c092a4491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ branches: only: - master - /^stable.*/ + - /^travis.*/ install: - source ./.travis-functions.sh -- cgit v1.2.3-55-g7522