summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-08-26 19:48:54 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-08-26 19:49:16 -0700
commita097ff6d35546fed1ebb4a9ad2c5f181381c5113 (patch)
tree15e6e2b38733380d2d84eba0378dc839e7a973d7 /.travis.yml
parente01321c78b911d4f0c47e34f03ef1073d44c6f8c (diff)
downloadrust-libc-a097ff6d35546fed1ebb4a9ad2c5f181381c5113.tar.gz
Add ci for i686-unknown-linux-musl
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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