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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 12:44:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 12:44:40 +0300
commitbaea8bc01fd29d6aa456c99e7e3d0318727f6451 (patch)
tree65539ce8b59f90df2a1c6cf4312de73cc8894e31 /.travis.yml
parent757aea89246a08ed537e1613211c2cd69abad421 (diff)
Only build pushes to master and stable branches
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d46fa6..97a96ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,12 @@ env:
matrix:
- DB=sqlite
+branches:
+ only:
+ - master
+ - "/^stable\\d+(\\.\\d+)?$/"
+ - /^v\d++(\.\d+)?+(\.\d+)?+(\.\d+)?$/
+
cache:
directories:
- "$HOME/.composer/cache/files"