diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 93caf9ef75..425ce662b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,6 +126,7 @@ addons: branches: only: - master + - /^release-\d+\.\d+$/ cache: apt: true |