Re: [U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 05:18:24PM -0600, Stephen Warren wrote: > On 10/24/2016 05:03 PM, Tom Rini wrote: > >On Mon, Oct 24, 2016 at 04:41:48PM -0600, Stephen Warren wrote: > > > >>From: Stephen Warren > >> > >>Travis CI names sub-jobs after the first environment variable that is set > >>for a scr

Re: [U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Stephen Warren
On 10/24/2016 05:03 PM, Tom Rini wrote: On Mon, Oct 24, 2016 at 04:41:48PM -0600, Stephen Warren wrote: From: Stephen Warren Travis CI names sub-jobs after the first environment variable that is set for a script. This doesn't produce meaningful results for any of the non- buildman jobs. Add a

Re: [U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 04:41:48PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Travis CI names sub-jobs after the first environment variable that is set > for a script. This doesn't produce meaningful results for any of the non- > buildman jobs. Add a dummy variable to give the jobs

[U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Stephen Warren
From: Stephen Warren Travis CI names sub-jobs after the first environment variable that is set for a script. This doesn't produce meaningful results for any of the non- buildman jobs. Add a dummy variable to give the jobs meaningful names. Signed-off-by: Stephen Warren --- .travis.yml | 24 +++