shithub: opus

Download patch

ref: d02ec93f9af486de517c4f7db034306b02946e48
parent: bcea233f7541d85253d42bc98ee2e1f842c11461
author: Ralph Giles <giles@mozilla.com>
date: Fri Jul 8 06:10:24 EDT 2016

Add a minimal travis continuous integration script.

--- /dev/null
+++ b/.travis.yml
@@ -1,0 +1,6 @@
+language: c
+
+script:
+  - ./autogen.sh
+  - ./configure
+  - make distcheck