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
This commit is contained in:
Felix Schäfer 2012-06-05 15:58:38 +02:00
parent 1722e96bb0
commit d6ad07ee97
1 changed files with 1 additions and 2 deletions

View File

@ -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: