mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
add xcode10 and xcode11 in travis.yml
This commit is contained in:
parent
7daf049b66
commit
0807bb4642
1 changed files with 11 additions and 1 deletions
12
.travis.yml
12
.travis.yml
|
@ -48,7 +48,17 @@ matrix:
|
|||
|
||||
# build on osx
|
||||
- os: osx
|
||||
osx_image: xcode9.1
|
||||
osx_image: xcode9.4
|
||||
env:
|
||||
- MATRIX_EVAL="brew update && brew install flac libvorbis"
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode10.3
|
||||
env:
|
||||
- MATRIX_EVAL="brew update && brew install flac libvorbis"
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode11
|
||||
env:
|
||||
- MATRIX_EVAL="brew update && brew install flac libvorbis"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue