diff --git a/.travis.yml b/.travis.yml index 19d43967e..6c923a0b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,15 @@ matrix: sudo: require dist: trusty - os: osx + addons: + homebrew: + packages: + - ffmpeg + - qt5 + - grep + - opencolorio + - openimageio + update: true # Can't build on Windows - affected by https://travis-ci.community/t/current-known-issues-please-read-this-before-posting-a-new-topic/264/10 # - os: windows diff --git a/.travis/install.sh b/.travis/install.sh index 64a69cc96..350e7ab81 100644 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -2,8 +2,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - brew install ffmpeg qt5 grep opencolorio openimageio - export PATH="/usr/local/opt/qt/bin:/usr/local/opt/python@2/libexec/bin:$PATH" + #export PATH="/usr/local/opt/qt/bin:/usr/local/opt/python@2/libexec/bin:$PATH" elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then