add branch to travis

This commit is contained in:
phiresky 2019-06-18 15:34:12 +02:00
parent b3360da107
commit 43ab7df614

View File

@ -47,6 +47,7 @@ branches:
only: only:
# Pushes and PR to the master branch # Pushes and PR to the master branch
- master - master
- windows
# Ruby regex to match tags. Required, or travis won't trigger deploys when # Ruby regex to match tags. Required, or travis won't trigger deploys when
# a new tag is pushed. # a new tag is pushed.
- /^\d+\.\d+\.\d+.*$/ - /^\d+\.\d+\.\d+.*$/