diff mbox series

[U-Boot] Travis-CI: Update PATH

Message ID 1505232111-14743-1-git-send-email-trini@konsulko.com
State Accepted
Commit fa6365b7c7cf06f3de0aaf55d1c8cd1e5bb30151
Delegated to: Tom Rini
Headers show
Series [U-Boot] Travis-CI: Update PATH | expand

Commit Message

Tom Rini Sept. 12, 2017, 4:01 p.m. UTC
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(-)

Comments

Tom Rini Sept. 12, 2017, 9:13 p.m. UTC | #1
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!
diff mbox series

Patch

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"