From 8616f93e4cf971ed4fcee2eaf7c9c1a78c5de694 Mon Sep 17 00:00:00 2001 From: Haijian Wang <30408303+haijian-vaadin@users.noreply.github.com> Date: Mon, 15 Feb 2021 12:46:37 +0200 Subject: [PATCH] let travis build also for other branches (#564) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 42a638ac..f293e501 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ addons: branches: only: - master + - /^[1-9]\.x$/ script: - yarn install:dependencies