travis: real gzip is needed instead of busybox gzip
parent
39b85c51f4
commit
ca4349655c
|
@ -15,7 +15,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo sh alpine-chroot-install -a "$ARCH"
|
- 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:
|
script:
|
||||||
- alpine sh ./autogen.sh
|
- alpine sh ./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue