shithub: libopusenc

ref: e7ce79de64e982fcf25162de16609e5d380a60b7
dir: /.travis.yml/

View raw version
language: c

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

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