From 0d0fc45867c53b3b4fe43068589b9921c99e9132 Mon Sep 17 00:00:00 2001 From: wangjoshuah Date: Mon, 25 Sep 2017 13:32:58 -0700 Subject: [PATCH] allow travis to ship betas --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc0f0fca5..e606e7acb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ cache: branches: only: - master - - /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha)?$/ # trigger builds on tags which are semantically versioned to ship the SDK. + - /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha|-beta)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.