summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 14:27:34 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 14:27:34 +0100
commit4a075fb31333396fd2aca81bc3ee6b83e8dc006c (patch)
tree1fd229ba5d12a52d1de1457c653ef077aba31a00 /.travis.yml
parent91c706417e20f1c5e566741a3f3ba7db182622a7 (diff)
Revert ".travis.yml: Use python 3.7 by default on OSX"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 43ad114e2b..da271c2058 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: c++
+
# Build flags common to OS X and Linux.
# Parallel builds are important for avoiding OSX build timeouts.
# We turn off verbose output to avoid going over the 4MB output limit.
@@ -35,7 +36,6 @@ jobs:
- name: OSX/clang build
os: osx
compiler: clang
- python: 3.7
# Workaround for bug in libopus's opus.h including <opus_multistream.h>
# instead of <opus/opus_multistream.h>.
# Virtual X (Xvfb) is needed for analyzer waveform tests