attempt to install ff 16 until there's a new selenium release
This commit is contained in:
parent
cb785195c9
commit
e8a7f40970
1 changed files with 4 additions and 0 deletions
|
|
@ -4,3 +4,7 @@
|
|||
envdir="$(readlink -e $(dirname $0))/../env"
|
||||
. "$envdir/ruby_env"
|
||||
. "$envdir/ensure_right_rubygems"
|
||||
|
||||
if [ "$BUILD_TYPE" = "cucumber" ]; then
|
||||
sudo apt-get install -y firefox=16.0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue