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.