From da06a950b68727fedc3613a705f5b7d18a7f423f Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sun, 23 Oct 2011 15:39:14 +0200 Subject: [PATCH] looks like travis has Firefox and Xvfb available again, so no need for installing it --- config/ci/before-travis.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index 2964f4fdb..4553f0962 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -5,11 +5,11 @@ export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 export RUBY_GC_MALLOC_LIMIT=1000000000 export RUBY_HEAP_FREE_MIN=500000 -# Install firefox & xvfb, in preparation for cucumber & jasmine -echo "Installing Firefox and Xvfb" -sudo aptitude --quiet=2 --without-recommends --assume-yes install firefox -sudo aptitude --quiet=2 --without-recommends --assume-yes install xvfb -sudo cp config/ci/xvfb /etc/init.d/xvfb +# Install firefox & Xvfb, in preparation for cucumber & jasmine +#echo "Installing Firefox and Xvfb" +#sudo aptitude --quiet=2 --without-recommends --assume-yes install firefox xvfb +#sudo cp config/ci/xvfb /etc/init.d/xvfb +echo "Start Xvfb" sh -e /etc/init.d/xvfb start # Regenerate css files