From f76aeb1b3984e25c4c468d77f14e585fca446147 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Mon, 3 Oct 2011 22:06:23 -0500 Subject: [PATCH] Apparently they forgot to install xvfb as well. --- config/ci/before-travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index d46300e0e..cad9aa74a 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -6,7 +6,8 @@ export RUBY_GC_MALLOC_LIMIT=1000000000 export RUBY_HEAP_FREE_MIN=500000 # 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 sh -e /etc/init.d/xvfb start