travis: Rework how we write the ~/.buildman file
authorTom Rini <trini@konsulko.com>
Tue, 5 Nov 2019 15:44:16 +0000 (10:44 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 5 Nov 2019 15:44:16 +0000 (10:44 -0500)
commit14d39c9e1dc9397febd58399a70f32e7481bbc27
treecb5550808ce6757c1a863820e0863f1f94f1fd11
parentb62553736e0131b88befad128a2dd40c75e3293c
travis: Rework how we write the ~/.buildman file

With python3 we're now tripping over a long-standing problem with how we
add to the buildman file with some toolchains.  We cannot have multiple
toolchain-alias sections as that leads to a parse error.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml