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