maybe ff 16.0.2 is installable?

This commit is contained in:
Jonne Haß 2012-11-22 23:45:45 +01:00
parent e8a7f40970
commit 1146421f83

View file

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