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 aa22d9f6f0c92001ac87d035d5e95d9e310f9946 (commit)
from 01fee4436e02e1079fe2af3ad2a9433f30c724fb (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/aa22d9f6f0c92001ac87d035d5e95d9e310f9946
commit aa22d9f6f0c92001ac87d035d5e95d9e310f9946
Author: Oleg Broytman <ph...@ph...>
Date: Sun Mar 19 21:26:01 2017 +0300
Use travis_retry to retry after a network timeout
diff --git a/.travis.yml b/.travis.yml
index 848791a..eca2470 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,7 +74,7 @@ env:
- TOXENV=py34-firebirdsql
- TOXENV=py35-firebirdsql
-install: pip install tox coveralls codecov
+install: travis_retry pip install tox coveralls codecov
matrix:
allow_failures:
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SQLObject development repository
|