Browse Source

.travis.yml: Trying xcode8.3 with the build in the hopes that CoreAudio will behave more nicely.

pull/384/head
David Runge 7 years ago
parent
commit
469bdff3dd
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .travis.yml

+ 3
- 3
.travis.yml View File

@@ -62,19 +62,19 @@ matrix:
compiler: clang
# osx with gcc6
- os: osx
osx_image: xcode9.2
osx_image: xcode8.3
compiler: gcc
env:
- MATRIX_EVAL="CC=gcc-6 CXX=g++-6"
# osx with gcc7
- os: osx
osx_image: xcode9.2
osx_image: xcode8.3
compiler: gcc
env:
- MATRIX_EVAL="CC=gcc-7 CXX=g++-7"
# osx with gcc8
- os: osx
osx_image: xcode9.2
osx_image: xcode8.3
compiler: gcc
env:
- MATRIX_EVAL="CC=gcc-8 CXX=g++-8"


Loading…
Cancel
Save