From 11ed18a52e4b27c74d1aab3813aa41b0d1507d3f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 16 Feb 2019 12:07:49 +0100 Subject: Add more branches to Travis-CI control file All branches named like: - master - branch-1.3 - feature-* - fix-* - issue-* - str-* will be built with Travis-CI in the FLTK standard repo and in the user's and/or developer's forks if they enabled Travis-CI builds. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75d1df895..34b22a488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,11 @@ matrix: branches: only: - master - - /^feature.*$/ + - branch-1.3 + - /^feature-.*/ + - /^fix-.*/ + - /^issue-.*/ + - /^str-.*/ before_script: - | -- cgit v1.2.3