From 1ef44d784afe6ef781db94c363a0ead23eebbf1a Mon Sep 17 00:00:00 2001 From: Elliot Kim Date: Thu, 8 Jun 2017 20:27:38 +0200 Subject: [PATCH] Configure travis-ci to ship alpha versions. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 723d34779..5478b88cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ cache: branches: only: - master - - /^\d+\.\d+\.\d+(-SNAPSHOT)?$/ # trigger builds on tags which are semantically versioned to ship the SDK. + - /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.