Skip to content

Commit

Permalink
Travis-CI: Checkout only v1.4.3 of dtc
Browse files Browse the repository at this point in the history
Our minimum DTC version is 1.4.3, so check that out.

Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed Sep 22, 2017
1 parent 64b8d7a commit 91ebf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91ebf30

Please sign in to comment.