Re: [PATCH v1 5/6] travis.yml: Detach build and test steps

2020-01-07 Thread Thomas Huth
On 07/01/2020 14.53, Alex Bennée wrote: > From: Wainer dos Santos Moschetta > > Currently build and test commands are a single step in a > Travis's `script` block. In order to see the output > of the tests one needs to scroll down the log to find where > the build messages ended and the limit is

[PATCH v1 5/6] travis.yml: Detach build and test steps

2020-01-07 Thread Alex Bennée
From: Wainer dos Santos Moschetta Currently build and test commands are a single step in a Travis's `script` block. In order to see the output of the tests one needs to scroll down the log to find where the build messages ended and the limit is not clear. If they were in different steps then Trav