Merge pull request #8945 from orbea/osx_qb

travis: Test darwin builds with qb.
This commit is contained in:
Twinaphex 2019-06-10 00:45:30 +02:00 committed by GitHub
commit 030a171918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ matrix:
env: C89_BUILD=1 CC=clang-6.0 CXX=clang++-6.0
- compiler: clang
env: CXX_BUILD=1 CC=clang-6.0 CXX=clang++-6.0
- os: osx
env: CC=clang CXX=clang++
- os: osx
osx_image: xcode8
script: