This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via f53f3383be434b1d0f10e2e8bc05973872dd3101 (commit)
from f1ffdf88ce7f477ec55eb73a7b0f7bcf15c81fbc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/f53f3383be434b1d0f10e2e8bc05973872dd3101
commit f53f3383be434b1d0f10e2e8bc05973872dd3101
Author: Oleg Broytman <ph...@ph...>
Date: Fri Apr 28 06:15:55 2017 +0300
Only test master and pull requests; skip tags
diff --git a/.travis.yml b/.travis.yml
index 921df72..87812e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,9 @@
+# Only test master and pull requests; skip tags.
+# Other branches can allow themselves.
+branches:
+ only:
+ - master
+
# Prefer docker container with setuid/sudo
sudo: required
diff --git a/appveyor.yml b/appveyor.yml
index 46c89c0..a4499b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,6 +3,14 @@
# and Michael Sverdlik's appveyor-utils (https://github.com/cloudify-cosmo/appveyor-utils)
version: '{branch}-{build}'
+# Only test master and pull requests; skip tags.
+# Other branches can allow themselves.
+branches:
+ only:
+ - master
+skip_branch_with_pr: false
+skip_tags: true
+
cache:
- '%LOCALAPPDATA%\pip\Cache'
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 6 ++++++
appveyor.yml | 8 ++++++++
2 files changed, 14 insertions(+)
hooks/post-receive
--
SQLObject development repository
|