Skip to content

Commit

Permalink
Merge 1113c49 into c005912
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 10, 2019
2 parents c005912 + 1113c49 commit 1291cc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -14,14 +14,15 @@ rvm:
- 2.5
- ruby-head

sudo: true # Necessary to fix JRuby
sudo: false

cache: bundler

before_install:
- "echo 'gem: --no-document' > ~/.gemrc"
- gem update --system
- gem install bundler # Necessary to fix 1.9.3
# RubyGems update is supported for Ruby 2.3 and later
- if $(ruby -e "puts Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.3')"); then gem update --system; fi
- gem install bundler --version '~> 1.17'

env:
global:
Expand Down

0 comments on commit 1291cc2

Please sign in to comment.