Skip to content
Snippets Groups Projects
Commit e85483b3 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macos

Setting up ruby environment for macos.
parents 2884b6a0 7df72087
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@
# This script is invoked by Jenkins and triggers a test run based on
# env variable settings.
#
# Setting up rvm environment BEFORE we set -ex.
[[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh
# To prevent cygwin bash complaining about empty lines ending with \r
# we set the igncr option. The option doesn't exist on Linux, so we fallback
# to just 'set -ex' there.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment