From c26eb87a87a0e72d6be1828249c41856044bdbe1 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 20 Dec 2018 11:58:49 +0100 Subject: [PATCH] Add beta and release candidate in travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 828a1704..0b7ddbec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ branches: only: - master - /^v\d+\.\d+\.\d+$/ + - /^v\d+\.\d+\.\d+-beta\d+$/ + - /^v\d+\.\d+\.\d+-rc\d+$/ sudo: false