reworded before_install

This commit is contained in:
itsmattkc
2019-02-10 13:29:55 -08:00
parent 487c011603
commit 9a20fa8ba5
+5 -2
View File
@@ -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