diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-07 12:33:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-07 22:31:32 -0400 |
commit | e1ecfc126266fbfb96cfaaa82bc3da749093c240 (patch) | |
tree | 1025e47eb1b91079c96366f85f7f825c647aeba5 /.travis.yml | |
parent | f428e33b6bd7d01dc488534f59f56c4907c76b2f (diff) |
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 <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 66ccf5b2ee6..7e9e65f04fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ addons: - sbsigntool - fakeroot - mtd-utils + - squashfs-tools install: # Clone uboot-test-hooks |