Skip to content

Commit

Permalink
Update rubygems on travis-ci.org before running dependency installation
Browse files Browse the repository at this point in the history
REE will fail to install Rails 3.2 gems w/o rubygems update.
  • Loading branch information
michaelklishin committed Jan 29, 2012
1 parent 0d67a42 commit 850116d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 850116d

Please sign in to comment.