From d6ad07ee978a75547e0e1998f5ca0314963618e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Tue, 5 Jun 2012 15:58:38 +0200 Subject: [PATCH] Refine some apt-get commands in Travis * Remove the update, the Travis VMs should be up-to-date enough for us * Remove the quiets so we can see errors if needed --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1a152d6..87359bb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,7 @@ matrix: - rvm: 1.9.3 env: "RAILS_ENV=test DB=mysql BUNDLE_WITHOUT=rmagick:mysql2:postgres:sqlite" before_script: - - "sudo apt-get -qq update" - - "sudo apt-get -qq --no-install-recommends install bzr cvs darcs git mercurial subversion" + - "sudo apt-get --no-install-recommends install bzr cvs darcs git mercurial subversion" - "rake ci:travis:prepare" branches: only: