From 1146421f83fbe913fb594d0c3c2486c71fa75638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 22 Nov 2012 23:45:45 +0100 Subject: [PATCH] maybe ff 16.0.2 is installable? --- 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 bf47e071f..bdbfc8ddf 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 + sudo apt-get install -y firefox=16.0.2 fi