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 bab9d8c Fix typo bab9d8c is described below commit bab9d8cadb18637a47863009cc22ce42dda1c34b Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Feb 2 19:22:43 2021 +0000 Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59a13e6..ef677ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ install: - ant -version - rm -rf $HOME/tmp - export CURR_PWD=`pwd` - - git clone -q -b 1.6.x --single-branch https://github.com/apache/apr.git 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