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:
parent
1722e96bb0
commit
d6ad07ee97
|
@ -15,8 +15,7 @@ matrix:
|
||||||
- rvm: 1.9.3
|
- rvm: 1.9.3
|
||||||
env: "RAILS_ENV=test DB=mysql BUNDLE_WITHOUT=rmagick:mysql2:postgres:sqlite"
|
env: "RAILS_ENV=test DB=mysql BUNDLE_WITHOUT=rmagick:mysql2:postgres:sqlite"
|
||||||
before_script:
|
before_script:
|
||||||
- "sudo apt-get -qq update"
|
- "sudo apt-get --no-install-recommends install bzr cvs darcs git mercurial subversion"
|
||||||
- "sudo apt-get -qq --no-install-recommends install bzr cvs darcs git mercurial subversion"
|
|
||||||
- "rake ci:travis:prepare"
|
- "rake ci:travis:prepare"
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue