Skip to content

Commit 95a8057

Browse files
authored
chore: Enable Travis builds on release branches. (#217)
1 parent 83028f9 commit 95a8057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ cache:
2323
branches:
2424
only:
2525
- master
26-
- /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha|-beta)?\d*$/ # trigger builds on tags which are semantically versioned to ship the SDK.
26+
- /^\d+\.\d+\.(\d|[x])+(-SNAPSHOT|-alpha|-beta)?\d*$/ # trigger builds on tags which are semantically versioned to ship the SDK.
2727
after_success:
2828
- ./gradlew coveralls uploadArchives --console plain

0 commit comments

Comments
 (0)