Skip to content

Commit

Permalink
travis: remove MacOS build
Browse files Browse the repository at this point in the history
Hasn't been working on travis for quite a while now.
  • Loading branch information
lonvia committed Jun 28, 2020
1 parent 136d43d commit 19d0be7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@ matrix:
CC=clang-7 CXX=clang++-7
addons: *clang7_pg96

# ---- OSX + CLANG ---------------------------
- os: osx
compiler: clang
env: T="osx_clang_NoDB" LUAJIT_OPTION="OFF" TEST_NODB=1
CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations"
before_install:
- brew install lua; brew install lua
before_script:
- xml2-config --version
- proj | head -n1
- lua -v

# ---- Linux + GCC ---------------------------
- os: linux
Expand Down

0 comments on commit 19d0be7

Please sign in to comment.