diff options
| author | Tom Rini <[email protected]> | 2017-09-17 09:42:25 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-22 07:40:06 -0400 |
| commit | 91ebf300934461e450f5ef8f386ea9e55d2636c5 (patch) | |
| tree | 46b4f98869c9fa1ae33a921d063741c743a36e90 | |
| parent | 64b8d7a677ce625c7dd30c040b32b606aea61745 (diff) | |
Travis-CI: Checkout only v1.4.3 of dtc
Our minimum DTC version is 1.4.3, so check that out.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b81d733695e..9dfd016da00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ addons: install: # install latest device tree compiler - - git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /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 |
