diff --git a/.travis/before_install.sh b/.travis/before_install.sh index 569d5f5bb..3526f518f 100644 --- a/.travis/before_install.sh +++ b/.travis/before_install.sh @@ -11,6 +11,9 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then # OpenColorIO sudo add-apt-repository ppa:olive-editor/opencolorio -y + # CMake + sudo add-apt-repository ppa:olive-editor/cmake -y + # Update apt sudo apt-get update -qq