shithub: libopusenc

ref: 53072d5bdde0738725480f8107a886165a1f96d4
dir: /.travis.yml/

View raw version
language: c

dist: trusty
addons:
  apt:
    packages:
      - libopus-dev

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