shithub: opus-tools

Download patch

ref: 16494994eb790fc5bad205a0dd5e678615a20395
parent: 21c81ad62f7d2bbe595302c517fc181ca02be44f
author: Ralph Giles <giles@mozilla.com>
date: Tue Jul 26 06:15:54 EDT 2016

Add a travis-ci.org config file for integration testing.

--- /dev/null
+++ b/.travis.yml
@@ -1,0 +1,17 @@
+language: c
+
+# We need at least Ubuntu 14.04 for the libopus dependency.
+dist: trusty
+
+addons:
+  apt:
+    packages:
+      - libogg-dev
+      - libopus-dev
+      - libflac-dev
+
+script:
+  - ./autogen.sh
+  - ./configure
+  - make
+  - make distcheck