Update rubygems on travis-ci.org before running dependency installation

REE will fail to install Rails 3.2 gems w/o rubygems update.
This commit is contained in:
Michael Klishin 2012-01-29 19:56:37 +04:00
parent 0d67a42358
commit 850116da11
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
before_install:
- gem update --system
script: "bundle exec rake spec:unit spec:acceptance features"
gemfile:
- gemfiles/2.1.gemfile