From 58b1fb4348aa7fc15e1d1cabcc3870b35114996b Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Fri, 21 Sep 2018 14:33:40 -0700 Subject: [PATCH] chore: Enable Travis builds on release branches. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74d2f7d2d..3417e7f91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ cache: branches: only: - master - - /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha|-beta)?\d*$/ # trigger builds on tags which are semantically versioned to ship the SDK. + - /^\d+\.\d+\.(\d|[x])+(-SNAPSHOT|-alpha|-beta)?\d*$/ # trigger builds on tags which are semantically versioned to ship the SDK. after_success: - ./gradlew coveralls uploadArchives --console plain