From 3638a5566df93dfc180d5cb5eebc04362fd183d2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 2 Mar 2015 12:15:03 +0100 Subject: [PATCH] Always test all stable branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5beca946..e53e6bcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: branches: only: - master + - /^stable\d*$/ before_install: - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh