From e8a7f4097046c971f2de472873756ec75aee2774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 22 Nov 2012 23:42:08 +0100 Subject: [PATCH] attempt to install ff 16 until there's a new selenium release --- script/ci/before_install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/ci/before_install.sh b/script/ci/before_install.sh index c5236b071..bf47e071f 100755 --- a/script/ci/before_install.sh +++ b/script/ci/before_install.sh @@ -4,3 +4,7 @@ envdir="$(readlink -e $(dirname $0))/../env" . "$envdir/ruby_env" . "$envdir/ensure_right_rubygems" + +if [ "$BUILD_TYPE" = "cucumber" ]; then + sudo apt-get install -y firefox=16.0 +fi