From ac5ba005b4abf7fad195a4f1fe77f9ee22ba6d06 Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Mon, 14 Sep 2015 11:49:09 -0700
Subject: [PATCH] Attempt another package on mips

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

diff --git a/ci/run-travis.sh b/ci/run-travis.sh
index 751e1861..d349d3b5 100644
--- a/ci/run-travis.sh
+++ b/ci/run-travis.sh
@@ -32,6 +32,7 @@ elif [ "$TARGET" = "mips-unknown-linux-gnu" ]; then
   echo 'deb http://www.emdebian.org/debian/ squeeze main' | \
     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
   export CC=mips-linux-gnu-gcc
 else
-- 
GitLab