Skip to content

Commit

Permalink
use gnu libc instead of musl
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed May 21, 2017
1 parent 57d7fb8 commit e3b1a12
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-musl
env: TARGET=x86_64-unknown-linux-gnu
script:
- hack/ci.sh
before_deploy:
Expand Down

0 comments on commit e3b1a12

Please sign in to comment.