Apparently they forgot to install xvfb as well.
This commit is contained in:
parent
911d9094d8
commit
f76aeb1b39
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ export RUBY_GC_MALLOC_LIMIT=1000000000
|
||||||
export RUBY_HEAP_FREE_MIN=500000
|
export RUBY_HEAP_FREE_MIN=500000
|
||||||
|
|
||||||
# Start xvfb in preparation for cucumber & jasmine
|
# Start xvfb in preparation for cucumber & jasmine
|
||||||
echo "Starting Xvfb"
|
echo "Installing and starting Xvfb"
|
||||||
|
sudo aptitude --quiet=2 --without-recommends --assume-yes install xvfb
|
||||||
sudo cp config/ci/xvfb /etc/init.d/xvfb
|
sudo cp config/ci/xvfb /etc/init.d/xvfb
|
||||||
sh -e /etc/init.d/xvfb start
|
sh -e /etc/init.d/xvfb start
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue