ref: 56728646d626791b08d2b15af0147fb9d0d27bf7
dir: /.travis.yml/
language: c compiler: - gcc - clang os: - linux - osx osx_image: xcode11.3 addons: apt: packages: - libogg-dev - libopus-dev homebrew: brewfile: true env: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig script: - ./autogen.sh - ./configure - make - make distcheck