Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 58d8154

Browse files
Have Travis build Beta and Alpha releases.
The last beta build didn't actually trigger the expected build because the branch (well, tag) wasn't white-listed. This should fix that problem.
1 parent 72fdfb7 commit 58d8154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ branches:
4242
only:
4343
- master
4444
- "/^v\\d+\\.\\d+\\.\\d+$/"
45+
- "/^v\\d+\\.\\d+\\.\\d+-beta.\d+$/"
46+
- "/^v\\d+\\.\\d+\\.\\d+-alpha.\d+$/"

0 commit comments

Comments
 (0)