Re: [PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'

2019-03-26 Thread Johannes Schindelin
Hi Gábor, On Mon, 25 Mar 2019, SZEDER Gábor wrote: > On Mon, Mar 25, 2019 at 10:28:21PM +0100, Johannes Schindelin wrote: > > > I like the rest of the patch series, but this patch, I am not so sure > > about... > > > > On Sun, 24 Mar 2019, SZEDER Gábor wrote: > > > > > When our '.travis.yml' was

Re: [PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'

2019-03-25 Thread SZEDER Gábor
On Mon, Mar 25, 2019 at 10:28:21PM +0100, Johannes Schindelin wrote: > Hi, > > I like the rest of the patch series, but this patch, I am not so sure > about... > > On Sun, 24 Mar 2019, SZEDER Gábor wrote: > > > When our '.travis.yml' was split into several 'ci/*' scripts [1], the > > installatio

Re: [PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'

2019-03-25 Thread Johannes Schindelin
Hi, I like the rest of the patch series, but this patch, I am not so sure about... On Sun, 24 Mar 2019, SZEDER Gábor wrote: > When our '.travis.yml' was split into several 'ci/*' scripts [1], the > installation of the 'asciidoctor' gem somehow ended up in > 'ci/test-documentation.sh'. > > Instal

[PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'

2019-03-24 Thread SZEDER Gábor
When our '.travis.yml' was split into several 'ci/*' scripts [1], the installation of the 'asciidoctor' gem somehow ended up in 'ci/test-documentation.sh'. Install it in 'ci/install-dependencies.sh', where we install everything else. [1] 657343a602 (travis-ci: move Travis CI code into dedicated s