Keep installing gcc-multilib

This commit is contained in:
Alex Crichton 2015-09-10 13:58:57 -07:00
parent c8b895cee7
commit fc32c6d1f0
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ script:
- cargo test --target $TARGET
- cargo test --target $TARGET --manifest-path libc-test/Cargo.toml
- cargo doc --no-deps
addons:
apt:
packages:
- gcc-multilib
notifications:
email:
on_success: never