summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-10-20 15:04:10 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-24 12:06:27 (GMT)
commit4084c7fa6b8dc4968db9cfe4718832a2fbae7ebc (patch)
tree5947dca57468aee435e7ab12a2d349ee3dc86f8e /.travis.yml
parent2bb76f33e9ee7ca6f086ee98d6cfbf28b8c8d90a (diff)
downloadu-boot-fsl-qoriq-4084c7fa6b8dc4968db9cfe4718832a2fbae7ebc.tar.xz
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 <trini@konsulko.com> Acked-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 845f6ca..2f1d05d 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:"