Install required dependencies for travis
This commit is contained in:
parent
86ab55a49b
commit
8d7e1a6bb7
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ matrix:
|
|||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y musl-tools
|
||||
|
||||
script:
|
||||
- rustup target add x86_64-unknown-linux-musl
|
||||
- cargo build --release --target=x86_64-unknown-linux-musl
|
||||
|
|
Loading…
Reference in a new issue