From: Arran Cudbard-Bell Date: Mon, 28 Aug 2017 10:48:18 +0000 (+0800) Subject: Set default ruby X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15593abb46e6736b2c7ccf38fd381fd59d8d03b4;p=thirdparty%2Ffreeradius-server.git Set default ruby --- diff --git a/.travis.yml b/.travis.yml index 77cf8c000b7..6c0d94ad8e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,7 +104,7 @@ services: - postgresql - redis-server before_install: -- rvm use 2.4.1 --install --binary --fuzzy +- rvm use 2.4.1 --default --install --binary --fuzzy - if [ "${CC}" == 'gcc' ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60; fi - if [ "${CC}" == 'gcc' ]; then sudo update-alternatives --config gcc; fi - if [ "${CC}" == 'clang' ]; then sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-3.9 60; fi