diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-09-12 17:26:07 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-09-12 17:26:07 -0700 |
commit | cf3b010fd4b862b4a5679eedc0103cd5d06c7ced (patch) | |
tree | f7b2842fef3ae9cf517f9f8e6281b779233bb780 /.travis.yml | |
parent | 16ceef2f7478c384e5fc9116f3fec7574f00ae82 (diff) | |
download | rust-libc-cf3b010fd4b862b4a5679eedc0103cd5d06c7ced.tar.gz |
Install gcc-multilib on linux
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 300a5d6e34..46d7ee40d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,7 @@ matrix: - os: linux env: TARGET=arm-linux-androideabi rust: stable +addons: + apt: + packages: + - gcc-multilib |