From 24315c1bbed56e822ca9150e0dd260456fc01ea8 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 14:34:17 -0700 Subject: [PATCH] Install firefox QUIETLY. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3e0268c7..3be078dbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ rvm: - 1.9.2 before_script: - - "sudo aptitude -y install firefox" + - "sudo aptitude -q -y install firefox" - "sudo cp config/ci/xvfb /etc/init.d/xvfb" - "sh -e /etc/init.d/xvfb start" - "sass --update public/stylesheets/sass/:public/stylesheets/"