X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.travis.yml;h=9dfd016da000e032dcea6ac2d964df5fc844bc76;hb=0d7f1ae0fe6c0d9af2c0208aab4843ec3fdfaf52;hp=ea560b936007ea8ca6a9114754316a78297e2e46;hpb=5619295995e3262bb5770e8b5e945ffdc5442145;p=u-boot diff --git a/.travis.yml b/.travis.yml index ea560b9360..9dfd016da0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,12 +26,11 @@ addons: - grub-efi-ia32-bin - rpm2cpio - wget - - device-tree-compiler install: # install latest device tree compiler - #- git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc - #- make -j4 -C /tmp/dtc + - git clone --depth=1 -b v1.4.3 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc + - make -j4 -C /tmp/dtc # Clone uboot-test-hooks - git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks - ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname` @@ -52,7 +51,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"