shithub: opus

Download patch

ref: 4176a0c86e492bd8cf8e88e209ef5c9be3678c9f
parent: cfc8e300385bb8b5913763c0f559713c5d99c98d
author: Stephen <stephengroat@users.noreply.github.com>
date: Sat Jan 21 03:20:56 EST 2017

Add more coverage to travis tests.

Signed-off-by: Ralph Giles <giles@mozilla.com>

--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,13 @@
 language: c
 
+compiler:
+  - gcc
+  - clang
+
+os:
+  - linux
+  - osx
+
 env:
   - CONFIG=""
   - CONFIG="--enable-assertions"