kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
809 stars 95 forks source link

Use sudo: false for the Travis configuration and update Ruby versions #170

Closed aprescott closed 7 years ago

aprescott commented 7 years ago

This enables the container-based architecture, which is generally better, and has the benefit of using a later version of bundler.

I believe this will help get #163 passing, which will then help address #151.

aprescott commented 7 years ago

In case anyone is wondering, this fix for the issue in #151 comes from https://github.com/bundler/bundler/issues/3558#issuecomment-171347979.

aprescott commented 7 years ago

The build on my first commit was failing because of rvm changes and "2.3" no longer being available for install. See rvm/rvm#3512.

If people would prefer I issue a separate PR with the .travis.yml changes, I can do that, or I can leave it in this PR.

kschiess commented 7 years ago

Thank you!