From 86c7c4398d46b9a62006f09d7dbb740e9b1ebbd8 Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Mon, 14 Sep 2015 12:58:03 -0700
Subject: [PATCH] Really install mips gcc

---
 ci/run-travis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/run-travis.sh b/ci/run-travis.sh
index d349d3b5..1b726053 100644
--- a/ci/run-travis.sh
+++ b/ci/run-travis.sh
@@ -33,7 +33,7 @@ elif [ "$TARGET" = "mips-unknown-linux-gnu" ]; then
     sudo tee -a /etc/apt/sources.list
   sudo apt-get update
   sudo apt-get install emdebian-archive-keyring
-  sudo apt-get install qemu-user gcc-4.4-mips-linux-gnu
+  sudo apt-get install qemu-user gcc-4.4-mips-linux-gnu -y --force-yes
   export CC=mips-linux-gnu-gcc
 else
   # Download and install the relevant target locally, then run tests
-- 
GitLab