ref: 1dc81121352225cc2c8a1c50038a600eac0eecfc
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 script: - ./autogen.sh - ./configure - make - make distcheck