Skip to content

Commit

Permalink
Use earlier version of Rubygems to avoid Bundler fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
modsognir committed Jan 6, 2014
1 parent b609825 commit 6242a1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ matrix:
- rvm: 2.1.0
before_script:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- git config --global user.name "Your Name"
before_install:
- gem update --system 2.1.11
- gem --version

0 comments on commit 6242a1d

Please sign in to comment.