Skip to content

Commit

Permalink
Merge pull request #251 from lotabout/ci-add-musl
Browse files Browse the repository at this point in the history
[ci] add musl target
  • Loading branch information
lotabout authored Jan 15, 2020
2 parents a5aafd2 + c4bdcd2 commit e2207d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ matrix:
- env: TARGET=arm-unknown-linux-gnueabi DISABLE_TESTS=1
- env: TARGET=armv7-unknown-linux-gnueabihf DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl

# OSX
- env: TARGET=x86_64-apple-darwin
Expand Down

0 comments on commit e2207d1

Please sign in to comment.