From fc32c6d1f0d1caf5d90505154cbc9843ffe70b55 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 10 Sep 2015 13:58:57 -0700 Subject: [PATCH] Keep installing gcc-multilib --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 60635f92..c0cb38a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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