diff options
Diffstat (limited to 'ci/before_script.sh')
-rwxr-xr-x | ci/before_script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh index 445996a8df..e8ecd8c990 100755 --- a/ci/before_script.sh +++ b/ci/before_script.sh @@ -25,6 +25,8 @@ if [[ "${TRAVIS_OS_NAME}" == osx ]]; then # That allows to test changing the group of the file by `os_fchown`. sudo dscl . -create /Groups/chown_test sudo dscl . -append /Groups/chown_test GroupMembership "${USER}" + + macos_rvm_dance fi # Compile dependencies. |