From 644cff387093e5cb416259dc2fe03fc9b5f7f618 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 31 Oct 2018 13:17:39 -0400 Subject: [PATCH] Fix CI to test RC versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4772819..6b62f3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ branches: - master - ci - releases - - /^v\d+(\.\d+)*$/ + - /^v\d+(\.\d+)*(rc\d+)?$/ matrix: fast_finish: true