Re: [PATCH v1] travis-ci: enable web server tests t55xx on Linux

2016-07-10 Thread Johannes Schindelin
Hi, On Sun, 19 Jun 2016, Junio C Hamano wrote: > Lars Schneider writes: > > > Hi Junio, > > > > is there any chance to pick this up? It would enable the web server > > tests on Travis CI. > > There always are chances unless a patch was rejected with some > reason, like "no, I do not like it" ;

Re: [PATCH v1] travis-ci: enable web server tests t55xx on Linux

2016-06-19 Thread Junio C Hamano
s Schneider Date: Thu, 19 May 2016 10:45:11 +0200 Subject: [PATCH v1] travis-ci: enable web server tests t55xx on Linux Install the "apache" package to run the Git web server tests on Travis-CI Linux build machines. The tests are already executed on OS X build machines since the a

Re: [PATCH v1] travis-ci: enable web server tests t55xx on Linux

2016-06-19 Thread Lars Schneider
> On 19 May 2016, at 10:45, larsxschnei...@gmail.com wrote: > > From: Lars Schneider > > Install the "apache" package to run the Git web server tests on > Travis-CI Linux build machines. The tests are already executed on OS X > build machines since the apache web server is installed by default.

[PATCH v1] travis-ci: enable web server tests t55xx on Linux

2016-05-19 Thread larsxschneider
From: Lars Schneider Install the "apache" package to run the Git web server tests on Travis-CI Linux build machines. The tests are already executed on OS X build machines since the apache web server is installed by default. Signed-off-by: Lars Schneider --- .travis.yml | 2 ++ 1 file changed,