]> git.ipfire.org Git - people/ms/u-boot.git/commit - .travis.yml
travis-ci: Drop 'TEST_CMD'
authorTom Rini <trini@konsulko.com>
Thu, 20 Oct 2016 15:24:52 +0000 (11:24 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 24 Oct 2016 12:06:28 +0000 (08:06 -0400)
commitc85b52e4378fe7f7b57995ac5f07114bed2dc445
tree45ad2a43f57d021d64d121f60b3c8ab7635ec177
parent76761e7fb27402c44141f5c616be2ab68ce07b4e
travis-ci: Drop 'TEST_CMD'

We don't need to use TEST_CMD in order to run tests.  We need a BUILDMAN
and TOOLCHAIN variable to avoid having to duplicate logic or write some
wrapper function.  But this makes the tests harder as we add more
complex examples.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
.travis.yml