Skip to content

Commit

Permalink
update rubygems before running tests on CI
Browse files Browse the repository at this point in the history
This is recommended for the rainbow gem (rubocop dependency)
See: ku1ik/rainbow#44 (comment)
  • Loading branch information
stve committed Feb 15, 2017
1 parent 58a0014 commit 2d95a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ sudo: false

bundler_args: --without development --retry=3 --jobs=3

before_install:
- gem update --system

env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
Expand Down

0 comments on commit 2d95a25

Please sign in to comment.