Skip to content

Commit

Permalink
final cleanup for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Jan 8, 2019
1 parent 938614d commit e81ce3a
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
Expand Up @@ -10,14 +10,8 @@ gemfile:
services:
- redis-server
before_install:
- find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete
- echo $GEM_PATH
- ls /home/travis/.rvm/gems/ruby-2.3.7/specifications || true
- ls /home/travis/.rvm/gems/ruby-2.3.7@global/specifications || true
- ls /home/travis/.rvm/gems/ruby-2.3.7@global/specifications/default || true
- echo 'this is a hack to clear default bundler and force bundler 1.17.3'
- rm /home/travis/.rvm/gems/ruby-2.3.7@global/specifications/bundler-2.0.1.gemspec || true
- gem uninstall bundler || true
- which bundler || true
- ls /home/travis/.rvm/gems/ruby-2.3.7@global || true
- gem install bundler -v '1.17.3'
- bundler --version

0 comments on commit e81ce3a

Please sign in to comment.