shithub: opus-tools

Download patch

ref: 3f779e7a43f73ce5a781c586452307659fb0f1d4
parent: 68b89f9cbbf88d056f1f61718caed24aff3d8cbb
author: Stephen <stephengroat@users.noreply.github.com>
date: Sat Jan 21 03:28:14 EST 2017

Add more coverage in travis

Closes https://github.com/xiph/opus-tools/pull/12
Signed-off-by: Mark Harris <mark.hsj@gmail.com>

--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,18 @@
       - libopus-dev
       - libflac-dev
 
+os:
+  - linux
+  - osx
+
+compiler:
+  - gcc
+  - clang
+
+before_install:
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libogg opus flac xz; fi
+
 script:
   - ./autogen.sh
   - ./configure