shithub: libopusenc

ref: 7fd2315d11e8922ea86cb29db87248a309ae2515
dir: /.travis.yml/

View raw version
language: c

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

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