.travis.yml: Use bsdtar command instead of zip/unzip

This commit is contained in:
yuk7
2020-04-03 13:47:57 +09:00
parent 96ceccb9bc
commit 7dcc938206
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ group: deprecated-2017Q4
language: bash
before_script:
- sudo apt-get update -qq
- sudo apt-get install make curl zip unzip check -qq
- sudo apt-get install make curl bsdtar check -qq
script:
- make
notifications:

View File

@@ -75,7 +75,7 @@ Usage :
## How-to-Build
AlpineWSL can build on GNU/Linux or WSL.
`curl`,`zip`,`unzip`,`tar`(gnu) and `sudo` is required for build.
`curl`,`bsdtar`,`tar`(gnu) and `sudo` is required for build.
```shell
$ make
```