From: Tom Rini Date: Fri, 7 Aug 2020 16:33:39 +0000 (-0400) Subject: Travis: Add squashfs-tools X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e1ecfc126266fbfb96cfaaa82bc3da749093c240;p=u-boot.git Travis: Add squashfs-tools So that the tests we now have for squashfs can run, add squashfs-tools for mksquashfs. Signed-off-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index 66ccf5b2ee..7e9e65f04f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ addons: - sbsigntool - fakeroot - mtd-utils + - squashfs-tools install: # Clone uboot-test-hooks