Update .travis.yml

This commit is contained in:
Bay Dam
2020-04-15 12:13:33 +00:00
committed by GitHub
parent 42b57fc0e4
commit a31b6726fc
+3 -3
View File
@@ -27,7 +27,7 @@ before_install:
fi
- if [ "$TARGET" == "osx" ]; then
brew untap homebrew/boneyard
brew untap homebrew/homebrew-boneyard;
brew update -v;
fi
@@ -49,8 +49,8 @@ install:
brew install liblo;
brew install ccache;
export PATH="/usr/local/opt/ccache/libexec:$PATH";
brew install gstreamer gst-plugins-base gst-plugins-bad
brew install gst-plugins-ugly gst-plugins-good
brew install gstreamer gst-plugins-base gst-plugins-bad;
brew install gst-plugins-ugly gst-plugins-good;
fi
before_script: