diff options
| -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: - | |
