diff options
author | Till Höppner | 2016-03-12 22:59:30 +0100 |
---|---|---|
committer | Till Höppner | 2016-03-12 23:18:52 +0100 |
commit | 962dc5a10d5f72a8c2bb8d34e9e7a56e9e99f1c1 (patch) | |
tree | d8c703dece6e8c2ea0742e7894416317f28f768b /.travis.yml | |
parent | eebb54915b4b00fa2f5809ae33471d10f9574b6e (diff) | |
download | ilc-962dc5a10d5f72a8c2bb8d34e9e7a56e9e99f1c1.tar.gz ilc-962dc5a10d5f72a8c2bb8d34e9e7a56e9e99f1c1.tar.xz ilc-962dc5a10d5f72a8c2bb8d34e9e7a56e9e99f1c1.zip |
Add musl-tools to packages
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ae8f01c..8c77d00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,10 @@ matrix: - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-musl + addons: + apt: + packages: + - musl-tools - os: osx rust: stable env: TARGET=i686-apple-darwin |