Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-05-11 16:27:51 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-05-11 16:27:51 +0300
commitbdb5612fa53bd0df20d1343e8e79474c51d344e2 (patch)
tree993c763ceb10949f5bd8c51185846a198a4ec61f /.travis.yml
parente5165b4d95ef229e09183bde98f7db0e67561d6e (diff)
Update the branches.only setting in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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