We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93c661 commit 56fea54Copy full SHA for 56fea54
.travis.yml
@@ -239,7 +239,7 @@ matrix:
239
240
# CLANG
241
- os: osx
242
- osx_image: xcode10
+ osx_image: xcode11
243
compiler: clang
244
env:
245
- MATRIX_EVAL="CC=clang && CXX=clang++ && export PATH=\"/usr/local/opt/llvm/bin:$PATH\" && export LDFLAGS=\"-L/usr/local/opt/llvm/lib\" && export CPPFLAGS=\"-I/usr/local/opt/llvm/include\""
@@ -255,7 +255,7 @@ matrix:
255
- clinfo
256
# GCC
257
258
259
compiler: gcc
260
cache:
261
ccache: true
0 commit comments