Skip to content

Commit

Permalink
Removes properly rubygems-bundler thanks to rvm/rvm#1365
Browse files Browse the repository at this point in the history
  • Loading branch information
burisu committed Dec 3, 2013
1 parent 76c3352 commit f85bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ env:
before_install:
- "ci/setup"
- "gem update --system 1.3.7"
- "gem uninstall rubygems-bundler"
- "rvm @global do gem uninstall -ax rubygems-bundler"
- "gem install rake -v=0.9.6 --no-ri --no-rdoc"
- "gem install pg mysql sqlite3 --no-ri --no-rdoc"
- "gem install rails -v=2.3.2 --no-ri --no-rdoc"
Expand Down

0 comments on commit f85bcc6

Please sign in to comment.