shithub: opusfile

ref: 6a033a8312c6ad7a10ed290b306633d2a5607930
dir: /.travis.yml/

View raw version
language: c

# We need at least Ubuntu 14.04 for the libopus dependency.
sudo: required
dist: trusty

addons:
  apt:
    packages:
      - libogg-dev
      - libopus-dev

script:
  - ./autogen.sh
  - ./configure
  - make
  - make distcheck