Drop support for XCode 7

lmdbxx requires support for thread_local which is not available on that clang version.
This commit is contained in:
Konstantinos Sideris 2017-08-05 18:15:43 +03:00
parent dd30b5d06e
commit ccc69ece9e
2 changed files with 1 additions and 4 deletions

View File

@ -7,9 +7,6 @@ notifications:
matrix: matrix:
include: include:
- os: osx
osx_image: xcode7
compiler: clang
- os: osx - os: osx
osx_image: xcode8 osx_image: xcode8
compiler: clang compiler: clang

View File

@ -59,7 +59,7 @@ sudo apt-get update
sudo apt-get install qt58base qt58tools cmake liblmdb-dev sudo apt-get install qt58base qt58tools cmake liblmdb-dev
``` ```
##### OSX (Xcode 7 or later) ##### OSX (Xcode 8 or later)
```bash ```bash
brew update brew update