diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-08-26 19:48:54 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-08-26 19:49:16 -0700 |
commit | a097ff6d35546fed1ebb4a9ad2c5f181381c5113 (patch) | |
tree | 15e6e2b38733380d2d84eba0378dc839e7a973d7 /.travis.yml | |
parent | e01321c78b911d4f0c47e34f03ef1073d44c6f8c (diff) | |
download | rust-libc-a097ff6d35546fed1ebb4a9ad2c5f181381c5113.tar.gz |
Add ci for i686-unknown-linux-musl
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e258303a53..75f533078e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,9 @@ matrix: env: TARGET=x86_64-unknown-linux-musl rust: stable - os: linux + env: TARGET=i686-unknown-linux-musl + rust: stable + - os: linux env: TARGET=arm-unknown-linux-gnueabihf rust: stable - os: linux |