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

github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-05-12 10:11:49 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-05-12 10:11:49 +0300
commitca09b744ec7af00d1253a5afe331d3e898279104 (patch)
tree9e3672ec844b6132304cdfa24d514497dd206a1c
parent52f28d6c9ab115780949d8feebfa7f085a6ad573 (diff)
parent824f56d89ed8f13086a5616da09d9a12a1891d5f (diff)
Merge pull request #25 from owncloud/update-travis-branches-only-setting
Update the branches.only setting in .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e65ca56..97e14c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,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