gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 39/178: travis: enable apt retry on fail


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 39/178: travis: enable apt retry on fail
Date: Wed, 23 May 2018 12:24:34 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit d267dd2c1308daa794055cd2817773f5597217f0
Author: Jay Satiro <address@hidden>
AuthorDate: Mon Mar 26 18:29:30 2018 -0400

    travis: enable apt retry on fail
    
    This is a workaround for an unsolved travis issue that is causing CI
    instances to sporadically fail due to 'unable to connect' issues during
    apt stage.
    
    Ref: https://github.com/travis-ci/travis-ci/issues/8507
    Ref: 
https://github.com/travis-ci/travis-ci/issues/9112#issuecomment-376305909
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0bb19fb9f..e80b585ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: c
 sudo: required
 addons:
     apt:
+        config:
+            retries: true
         sources:
             - ubuntu-toolchain-r-test
             - llvm-toolchain-precise-3.9

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]