Install required dependencies for travis

This commit is contained in:
Magnus Hoff 2017-09-22 16:45:41 +02:00
parent 86ab55a49b
commit 8d7e1a6bb7

View file

@ -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