shithub: libopusenc

ref: a1b213a3b9e4025ebe8a31c080081f4e4430477d
dir: /.travis.yml/

View raw version
language: c

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

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