Skip to content

Commit

Permalink
No need to update rubygems on Travis CI any more.
Browse files Browse the repository at this point in the history
This `before_install` block was added in [1], because of a bug in the version
of Rubygems provided by Travis CI by default (v2.2.0). We need a fix which is in
Rubygems v2.2.1 and the default version provided by Travis CI is now v2.2.2.

[1] 3128fb8
  • Loading branch information
floehopper committed Jun 19, 2014
1 parent 9edba0f commit d02d2cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,6 +1,3 @@
before_install:
- gem update --system
- gem --version
script: "rake test"
rvm:
- 1.8.7
Expand Down

0 comments on commit d02d2cc

Please sign in to comment.