Skip to content

Commit cfabaee

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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)