we really need a new selenium release...
This commit is contained in:
parent
19ac3bc45c
commit
23cc8a806a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ envdir="$(readlink -e $(dirname $0))/../env"
|
||||||
. "$envdir/ensure_right_rubygems"
|
. "$envdir/ensure_right_rubygems"
|
||||||
|
|
||||||
if [ "$BUILD_TYPE" = "cucumber" ]; then
|
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 apt-get install libnotify4
|
||||||
sudo dpkg -i firefox.deb
|
sudo dpkg -i firefox.deb
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue