maybe that's a correct ff package version
This commit is contained in:
parent
1146421f83
commit
3b05490306
1 changed files with 1 additions and 1 deletions
|
|
@ -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.2
|
sudo aptitude --without-recommends --assume-yes install firefox=16.0.2+build1-0ubuntu0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue