From 4ab4885297d6f16d22ff4e8f137e2091cb9cd350 Mon Sep 17 00:00:00 2001 From: tarao Date: Wed, 4 Mar 2015 00:24:58 +0900 Subject: [PATCH] Force installing the package. --- test/travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/travis-ci.sh b/test/travis-ci.sh index 9867b005..c930a896 100644 --- a/test/travis-ci.sh +++ b/test/travis-ci.sh @@ -19,7 +19,7 @@ if [ "$EMACS" = 'emacs-snapshot' ]; then prereqs() { sudo add-apt-repository -y ppa:cassou/emacs || exit $?; sudo apt-get update -qq || exit $?; - sudo apt-get install -qq emacs-snapshot-nox || exit $?; + sudo apt-get install -qq --force-yes emacs-snapshot-nox || exit $?; } # Only need to run these for 1 version, so make them nops here check-recipes() { :; }