From 88fdacc77525f078d23db374e9393e9c964e4fd8 Mon Sep 17 00:00:00 2001 From: Are Husby Date: Tue, 11 Jun 2019 13:34:50 +0200 Subject: [PATCH] Additional install instructions for Ubuntu 18.04 in WSL I spent a lot of time trying to make this work. TravisCI Support finally informed me about this issue, which held the solution: https://github.com/travis-ci/travis.rb/issues/509 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4daceb19..4944823a 100644 --- a/README.md +++ b/README.md @@ -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