From 22e138d03361383aecae1d65e84917f69cd416f4 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 23 Aug 2020 20:37:20 +0200 Subject: [PATCH] Update install_dependencies.sh --- travis/install_dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/install_dependencies.sh b/travis/install_dependencies.sh index fe16278..28d0275 100755 --- a/travis/install_dependencies.sh +++ b/travis/install_dependencies.sh @@ -15,6 +15,8 @@ source ./travis/setup_variables.sh if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "Linux" +elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then + echo "OSX" elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then echo "Windows" choco install ccache