ref: f24f8e4fd9fa341eb70677385e2020e3361b179e
parent: bb2fe92138e441b7bcc9597506d649723658b374
author: Ralph Giles <giles@thaumas.net>
date: Fri May 1 13:28:36 EDT 2020
Update travis config for macOS. Use the declarative support for installing packages from homebrew on the travis-ci.org continuous integration service macOS images, rather than conditional shell. This also removes the `brew update` step. There's support for that as well with the `update: true` key-value pair, but since travis doesn't update their images often, the base set of homebrew packages is often very out of date, and the corresponding update step can take a very long time.
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,10 +13,10 @@
packages:
- libogg-dev
- libopus-dev
+ homebrew:
+ brewfile: true
env: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig
-
-install: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle; fi
script:
- ./autogen.sh