UPSTREAM: 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.

Change-Id: I2a6929d7d2b49788650048cd7f48340f99fd95c1
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit fa6365b7c7cf06f3de0aaf55d1c8cd1e5bb30151)
This commit is contained in:
Tom Rini 2017-09-12 11:00:53 -04:00 committed by Kever Yang
parent e5f40fb7af
commit 308d4396d1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ install:
env: env:
global: 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 - PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
- BUILD_DIR=build - BUILD_DIR=build
- HOSTCC="cc" - HOSTCC="cc"