]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: whitelist travis* branches
authorRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 16 Mar 2015 11:20:53 +0000 (12:20 +0100)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 16 Mar 2015 13:32:34 +0000 (14:32 +0100)
Sometimes we may want to test non-master branches.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
.travis.yml

index 931775510ff9869cdeb37bf1fff82b031c555c04..c092a4491e72147f35d2f90c7a7a9a4c76ea00c8 100644 (file)
@@ -16,6 +16,7 @@ branches:
   only:
     - master
     - /^stable.*/
+    - /^travis.*/
 
 install:
   - source ./.travis-functions.sh