From ca4349655cf785afaf1da09adfc444767fe3ad60 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 20 Feb 2018 12:15:15 -0600 Subject: [PATCH] travis: real gzip is needed instead of busybox gzip --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1eef31..f3cfcde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: install: - sudo sh alpine-chroot-install -a "$ARCH" - -p 'build-base autoconf automake libtool kyua atf xz' + -p 'build-base autoconf automake libtool kyua atf xz gzip' script: - alpine sh ./autogen.sh