ref: b485a96254c0690aa8487608f9e62d30e9e4b8d4
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