diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2019-02-16 12:07:49 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2019-02-16 12:07:49 +0100 |
| commit | 11ed18a52e4b27c74d1aab3813aa41b0d1507d3f (patch) | |
| tree | fb7ad63e990a5933d9f5cf5c088c8e4f3e43b395 | |
| parent | 5c18cb84f27410535c917af52ab55af6bc493caf (diff) | |
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.
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
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: - | |
