Skip to content

Commit ea5ccc9

Browse files
authored
allow travis to ship betas (#143)
1 parent 77ed839 commit ea5ccc9

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
@@ -21,4 +21,4 @@ cache:
2121
branches:
2222
only:
2323
- master
24-
- /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.
24+
- /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha|-beta)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.

0 commit comments

Comments
 (0)