diff --git a/.travis/before_install.sh b/.travis/before_install.sh index f2a63cec1..e817cf6c7 100644 --- a/.travis/before_install.sh +++ b/.travis/before_install.sh @@ -1,8 +1,11 @@ #!/bin/bash -if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then +#if [[ "$TRAVIS_OS_NAME" == "osx" ]] +#then # do nothing -elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then +#elif [[ "$TRAVIS_OS_NAME" == "linux" ]] +if [[ "$TRAVIS_OS_NAME" == "linux" ]] +then sudo add-apt-repository ppa:beineri/opt-qt593-trusty -y sudo add-apt-repository ppa:jonathonf/ffmpeg-3 -y sudo apt-get update -qq