Skip to content

Commit cfabaee

Browse files
authored
Configure travis-ci to ship alpha versions. (#106)
1 parent 5045f2c commit cfabaee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ cache:
2020
branches:
2121
only:
2222
- master
23-
- /^\d+\.\d+\.\d+(-SNAPSHOT)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.
23+
- /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.

0 commit comments

Comments
 (0)