From 23cc8a806a36c53a8f68393f1e6d96774cefdd53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 24 Nov 2012 10:26:56 +0100 Subject: [PATCH] we really need a new selenium release... --- 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 34d5e6f73..d02ec75f1 100755 --- a/script/ci/before_install.sh +++ b/script/ci/before_install.sh @@ -6,7 +6,7 @@ envdir="$(readlink -e $(dirname $0))/../env" . "$envdir/ensure_right_rubygems" if [ "$BUILD_TYPE" = "cucumber" ]; then - curl http://security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_16.0.2+build1-0ubuntu0.12.04.1_i386.deb > firefox.deb + curl http://security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_16.0.2+build1-0ubuntu0.11.04.1_i386.deb > firefox.deb sudo apt-get install libnotify4 sudo dpkg -i firefox.deb fi