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

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2017-03-10 19:45:12 +0300
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2017-03-10 19:45:12 +0300
commit2582612658379babfb63e3314c0e561a77e9b8bd (patch)
treeffbbfdbc46a9e449e38b6b13dbe66ef7953f5d97 /.travis.yml
parent6f3f4969ab3e405473bfdd963562cae835c0c01a (diff)
travis: upload to github 'continuous' release instead that on transfer.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fe0e83e..84067a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,3 +40,8 @@ deploy:
script: linux/travis-build.sh snap_store_deploy
on:
condition: $BUILD_TYPE = snap && -n "$SNAPCRAFT_CONFIG_KEY" && -n "$SNAPCRAFT_CONFIG_IV"
+
+branches:
+ except:
+ - # Do not build tags that we create when we upload to GitHub Releases
+ - /^(?i:continuous)$/