travis: Only build release branch

This commit is contained in:
rdb 2020-12-29 13:50:56 +01:00
parent 2c209e0f02
commit 58b9de70c1

View File

@ -1,5 +1,9 @@
language: cpp language: cpp
sudo: false sudo: false
branches:
only:
- release/1.10.x
- release/1.9.x
matrix: matrix:
include: include:
- compiler: clang - compiler: clang