Skip to content

Commit

Permalink
Use default bundler. If we do the before_install: gem install bundler…
Browse files Browse the repository at this point in the history
…, travis will update bundler to 2.0.x

See: https://docs.travis-ci.com/user/languages/ruby/#bundler-20
  • Loading branch information
bronzdoc committed Jan 30, 2020
1 parent 5ef7762 commit b340de8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
language: ruby
dist: trusty
matrix:
allow_failures:
- rvm: ruby-head
gemfile: 'gemfiles/Gemfile.ruby-head'
Expand All @@ -19,15 +16,12 @@ matrix:
- ./ci/build/rvm_setup.sh
- rm -f ${HOME}/.rvm/gemsets/jruby/global.gems
- rvm use ${JRUBY_VERSION} --install --binary --fuzzy
- gem install bundler
- gem install bundler -v 1.17.3
install: bundle install --binstubs --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script: bundle exec rake

bundler_args: "--binstubs --jobs=3 --retry=3"

before_install:
- gem install bundler

cache: bundler

notifications:
Expand Down

0 comments on commit b340de8

Please sign in to comment.