From bdb5612fa53bd0df20d1343e8e79474c51d344e2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 11 May 2015 15:27:51 +0200 Subject: [PATCH] Update the branches.only setting in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e53e6bcd..0d8f9189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: branches: only: - master - - /^stable\d*$/ + - /^stable\d+(\.\d+)?$/ before_install: - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh