Skip to content

Commit

Permalink
travis hack attempt 15
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Jan 8, 2019
1 parent 7f2b9f7 commit 0c7ef96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ 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
- rm /home/travis/.rvm/gems/ruby-2.3.7/specifications/default/bundler.gemspec || true
- ls /home/travis/.rvm/gems/ruby-2.3.7@global/
- rm /home/travis/.rvm/gems/ruby-2.3.7@global/specifications/default/bundler.gemspec || true
- gem uninstall bundler || true
- which bundler || true
- ls /home/travis/.rvm/gems/ruby-2.3.7@global || true
Expand Down

0 comments on commit 0c7ef96

Please sign in to comment.