ref: bd65450d9192673208f6e6caf8da1482277c2df4
dir: /.travis.yml/
language: c # We need at least Ubuntu 14.04 for the libopus dependency. dist: trusty addons: apt: packages: - libogg-dev - libopus-dev - libflac-dev os: - linux - osx compiler: - gcc - clang before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libogg opus flac xz; fi script: - ./autogen.sh - ./configure - make - make distcheck