Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional install instructions for Ubuntu 18.04 in WSL #670

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,9 @@ If you updated to Ruby 2.1 as shown above:
For newer versions of Ubuntu (16.04 and above), it should be enough to run:

$ sudo apt-get install ruby-dev

#### Ubuntu 18.04 LTS in Windows Subsystem for Linux (WSL)
Running the travis command line client (e.g. `travis --help`) may crash with a verbose core dump to the console followed by a note saying "You may have encountered a bug in the Ruby interpreter or extension libraries.". Try uninstalling the travis Ruby gem with `gem uninstall travis`, running the Ubuntu/Debian Linux command `sudo apt install make gcc` and reinstall the travis gem.

#### Mac OS X

Expand Down