Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2017-01-21 19:20:56 +0300
committerRalph Giles <giles@mozilla.com>2017-02-15 00:34:51 +0300
commit4176a0c86e492bd8cf8e88e209ef5c9be3678c9f (patch)
tree41b83696ac197180088e0e4bac0fcb6e5a91a5ab /.travis.yml
parentcfc8e300385bb8b5913763c0f559713c5d99c98d (diff)
Add more coverage to travis tests.
Signed-off-by: Ralph Giles <giles@mozilla.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9bda9817..821c813e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,13 @@
language: c
+compiler:
+ - gcc
+ - clang
+
+os:
+ - linux
+ - osx
+
env:
- CONFIG=""
- CONFIG="--enable-assertions"