shithub: opus-tools

ref: b55f7232f710f98d19fe6ab725361bb0ea90a652
dir: /.travis.yml/

View raw version
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