ref: 7609f0c1d95537ac9bbf8b5651f1c21ecbd74bfb
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