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 136d43d commit 19d0be7Copy full SHA for 19d0be7
.travis.yml
@@ -70,17 +70,6 @@ matrix:
70
CC=clang-7 CXX=clang++-7
71
addons: *clang7_pg96
72
73
- # ---- OSX + CLANG ---------------------------
74
- - os: osx
75
- compiler: clang
76
- env: T="osx_clang_NoDB" LUAJIT_OPTION="OFF" TEST_NODB=1
77
- CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations"
78
- before_install:
79
- - brew install lua; brew install lua
80
- before_script:
81
- - xml2-config --version
82
- - proj | head -n1
83
- - lua -v
84
85
# ---- Linux + GCC ---------------------------
86
- os: linux
0 commit comments