]> git.ipfire.org Git - people/ms/u-boot.git/commit - .travis.yml
travis-ci: set env vars to name jobs
authorStephen Warren <swarren@nvidia.com>
Mon, 24 Oct 2016 22:41:48 +0000 (16:41 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 29 Oct 2016 02:10:41 +0000 (22:10 -0400)
commitd7882210d3796a79a33da54a902b2a09a45f81d4
tree6c2f0d4767364251e9ade295d23ecea1a2192b72
parent1df182ddf700de49fb4400ba67c3029278ea88e7
travis-ci: set env vars to name jobs

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 <swarren@nvidia.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
.travis.yml