[U-Boot] [PATCH] Travis-CI: Update PATH

We now can no longer re-use the provided path and need to give the full PATH we want used now.
Signed-off-by: Tom Rini trini@konsulko.com --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index ea560b936007..4b7f8dd8e4de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ install:
env: global: - - PATH=/tmp/dtc:/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:$PATH + - PATH=/tmp/dtc:/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:/usr/bin:/bin - PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci - BUILD_DIR=build - HOSTCC="cc"

On Tue, Sep 12, 2017 at 12:01:51PM -0400, Tom Rini wrote:
We now can no longer re-use the provided path and need to give the full PATH we want used now.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini