From: Marek Vasut Date: Thu, 14 Mar 2019 00:01:24 +0000 (+0100) Subject: travis: Add srecord package X-Git-Tag: v2019.07-rc1~11^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa2e9c9e80916218c6e6036a848374c4ae4fdc87;p=oweals%2Fu-boot.git travis: Add srecord package At least MIPS Boston currently uses srec_cat tool to fiddle with srecords. There will be other platforms coming, so install the tool to prevent build problems. Signed-off-by: Marek Vasut Cc: Daniel Schwierzeck Cc: Michal Simek Cc: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index eb531f1e5b..951b6a31bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ addons: - liblz4-tool - libisl15 - clang-7 + - srecord install: # Clone uboot-test-hooks