Thanks Luciano,
I also googled the approach, looks like cat is the most recommended way to
handle this. Another way is to upload to some public storage service.
Best regards,
Jerry
On Thu, Sep 21, 2017 at 11:30 AM, Luciano Resende
wrote:
> Take a look at what Zeppelin does, they kind cat a lo
Take a look at what Zeppelin does, they kind cat a lot of the logs and
related files which then get appended to the build results.
https://github.com/apache/zeppelin/blob/master/.travis.yml
On Wed, Sep 20, 2017 at 8:22 PM, Saisai Shao wrote:
> Hi Team,
>
> Currently it is quite painful to figur
Hi Team,
Currently it is quite painful to figure out the cause of failure on travis
test. Do you know how to get test logs from travis, is there a way
supported by travis to either upload environment to some places, or log on
to travis to dig the files.
Previously we uploaded logs to azure when t