From a2ba9f542f3ca529ce28a4b0b9eb10e500149ee7 Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Fri, 14 Apr 2017 13:43:11 +1000 Subject: [PATCH] Trying to fix command not found --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 631f19b07..d2c7e8cef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,11 @@ before_install: sudo apt-get install -f -y --force-yes clang-$CLANG lldb-$CLANG fi + - | + if [ "$TRAVIS_OS_NAME" = "osx" ]; then + rvm get head + fi + script: # Run the unit tests first - |