Commit d6ad07ee authored by Felix Schäfer's avatar Felix Schäfer

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
parent 1722e96b
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment