From 9a20fa8ba54a3a4b8e1be5dd870869e22a0cde78 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 10 Feb 2019 13:29:55 -0800 Subject: [PATCH] reworded before_install --- .travis/before_install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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