diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-08-28 11:53:09 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-08-28 11:53:38 -0700 |
commit | ed32e3fc8eb447af32aaefe5ca53676ec0e0bc15 (patch) | |
tree | afaf2b173227e9bc05f6013a3916aa3e13561592 /.travis.yml | |
parent | a94097d9f703ae3526dbe6b37dea23d482f847ad (diff) | |
download | rust-libc-ed32e3fc8eb447af32aaefe5ca53676ec0e0bc15.tar.gz |
Add CI for mipsel-unknown-linux-musl
Download a trunk OpenWRT toolchain and verify bindings against that. Also fixup
a few stray errors today
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 b746d9be96..d0e95910da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,9 @@ matrix: - os: linux env: TARGET=powerpc64-unknown-linux-gnu rust: stable + - os: linux + env: TARGET=mipsel-unknown-linux-musl + rust: stable # beta - os: linux |