From 03110c466f437e8468536c4d397d79846432be75 Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sun, 4 Sep 2011 15:09:34 +0200 Subject: [PATCH] use -q2 again for aptitude since -q3 doesn't seem to have any effect --- config/ci/before-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index 2ec0681fe..c8ef355f3 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -7,7 +7,7 @@ export RUBY_HEAP_FREE_MIN=500000 # Install firefox echo "Installing Firefox" -sudo aptitude -q3 -y install firefox +sudo aptitude -q2 -y install firefox # Start xvfb in preparation for cucumber & jasmine echo "Starting Xvfb"