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

Commit

Permalink
Have Travis build Beta and Alpha releases.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
black-puppydog committed Nov 5, 2020
1 parent 72fdfb7 commit 58d8154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ branches:
only:
- master
- "/^v\\d+\\.\\d+\\.\\d+$/"
- "/^v\\d+\\.\\d+\\.\\d+-beta.\d+$/"
- "/^v\\d+\\.\\d+\\.\\d+-alpha.\d+$/"

0 comments on commit 58d8154

Please sign in to comment.