shithub: libopusenc

ref: feb233a8b92a646e73e891b4c226a75ba4fd06d3
dir: /.travis.yml/

View raw version
language: c

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

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