Skip to content

Commit

Permalink
let's try to build releases with musl
Browse files Browse the repository at this point in the history
b/c right now it fails with:

% ldd ~/.local/bin/pretty-git-prompt
        libcurl-gnutls.so.4 => not found
        libssl.so.1.0.0 => not found
        libcrypto.so.1.0.0 => not found

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Apr 30, 2017
1 parent f7ba3df commit 9587cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
env: TARGET=x86_64-apple-darwin
- os: linux
rust: stable
env: TARGET=x86_64-unknown-linux-gnu
env: TARGET=x86_64-unknown-linux-musl
script:
- hack/ci.sh
before_deploy:
Expand Down

0 comments on commit 9587cb8

Please sign in to comment.