Make sure rubygems is up-to-date before test runs

This commit is contained in:
Erik Michaels-Ober 2012-01-21 01:30:50 -08:00
parent ba630c5673
commit e094bcbdec
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
before_install: "gem update --system"
bundler_args: "--without assets:development:production"
script: "bundle exec rake db:create db:migrate test"
rvm: