Skip to content

Commit

Permalink
fix travis musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhoLiu committed Dec 30, 2017
1 parent 868abde commit 313ae7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,12 @@ matrix:
rust: nightly
env: TARGET=x86_64-unknown-linux-gnu

addons:
apt:
packages:
# needed for linux-musl target
- musl-tools

env:
global:
# Default target on travis-ci.
Expand Down

0 comments on commit 313ae7b

Please sign in to comment.