This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new b8fbf89 ASF svn seems to be timing out. Use GitHub mirror instead. b8fbf89 is described below commit b8fbf8935225c36ada216e3713c92cabb8f5411d Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Feb 2 09:46:01 2021 +0000 ASF svn seems to be timing out. Use GitHub mirror instead. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d72513a..59a13e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ install: - ant -version - rm -rf $HOME/tmp - export CURR_PWD=`pwd` - - svn co -q https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x/ $HOME/tmp/apr + - git clone -q -b 1.6.x --single-branch https://github.com/apache/apr.git HOME/tmp/apr - cd $HOME/tmp/apr - ./buildconf - ./configure --prefix=$HOME/tmp/apr-build --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org