From: Tom Rini Date: Thu, 20 Oct 2016 15:04:10 +0000 (-0400) Subject: travis-ci: Use a git URI for dtc.git X-Git-Tag: v2016.11-rc3~43 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4084c7fa6b8dc4968db9cfe4718832a2fbae7ebc;p=u-boot travis-ci: Use a git URI for dtc.git Currently we fail to fetch the dtc.git tree due to an SSL issue within the travis-ci environment. The easiest fix here is to switch to a git URI. Signed-off-by: Tom Rini Acked-by: Stephen Warren Reviewed-by: Heiko Schocher --- diff --git a/.travis.yml b/.travis.yml index 845f6cad94..2f1d05d443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ cache: install: # install latest device tree compiler - - git clone --depth=1 https://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc + - git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc - make -j4 -C /tmp/dtc # prepare buildman environment - export BUILDMAN_ROOT="root:"