diff --git a/ci/run-travis.sh b/ci/run-travis.sh index d349d3b54bfa4483bd6b793dc413530f2aea584d..1b72605365b175da6f5d817fb734bc9af94cf807 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