attempt to install ff 16 until there's a new selenium release

This commit is contained in:
Jonne Haß 2012-11-22 23:42:08 +01:00
parent cb785195c9
commit e8a7f40970

View file

@ -4,3 +4,7 @@
envdir="$(readlink -e $(dirname $0))/../env" envdir="$(readlink -e $(dirname $0))/../env"
. "$envdir/ruby_env" . "$envdir/ruby_env"
. "$envdir/ensure_right_rubygems" . "$envdir/ensure_right_rubygems"
if [ "$BUILD_TYPE" = "cucumber" ]; then
sudo apt-get install -y firefox=16.0
fi