From 3b05490306485ab6ef94d5d84b0f93563c421d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 22 Nov 2012 23:56:31 +0100 Subject: [PATCH] maybe that's a correct ff package version --- script/ci/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci/before_install.sh b/script/ci/before_install.sh index bdbfc8ddf..cca836d4e 100755 --- a/script/ci/before_install.sh +++ b/script/ci/before_install.sh @@ -6,5 +6,5 @@ envdir="$(readlink -e $(dirname $0))/../env" . "$envdir/ensure_right_rubygems" if [ "$BUILD_TYPE" = "cucumber" ]; then - sudo apt-get install -y firefox=16.0.2 + sudo aptitude --without-recommends --assume-yes install firefox=16.0.2+build1-0ubuntu0 fi