]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Travis-CI: Update PATH
authorTom Rini <trini@konsulko.com>
Tue, 12 Sep 2017 15:00:53 +0000 (11:00 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 12 Sep 2017 15:00:53 +0000 (11:00 -0400)
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

index ea560b936007ea8ca6a9114754316a78297e2e46..4b7f8dd8e4ded1b8a72af81e50acea54f8b89f9e 100644 (file)
@@ -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"