Skip to content

Commit

Permalink
Remove custom bundler install
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaum committed Aug 7, 2019
1 parent 9ddbf60 commit df66050
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Expand Up @@ -19,12 +19,3 @@ script:
# passes locally on 2.3.5 on travis passes sometimes on 2.4 and always on 2.6.1
#- bundle exec rake benchmarks:memory
- bundle exec rake benchmarks
before_install:
- echo 'this is a hack to clear default bundler and force bundler 1.17.3'
- ls /home/travis/.rvm/gems/
- rm /home/travis/.rvm/gems/ruby-2.3.7@global/specifications/bundler-2.0.1.gemspec || true
- rm /home/travis/.rvm/gems/ruby-2.4.6@global/specifications/bundler-2.0.1.gemspec || true
- rm /home/travis/.rvm/gems/ruby-2.5.5@global/specifications/bundler-2.0.1.gemspec || true
- gem uninstall bundler || true
- gem install bundler -v '1.17.3'
- bundler --version

0 comments on commit df66050

Please sign in to comment.