File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,28 @@ matrix:
3535 packages : ["clang-3.7", "cmake-data", "cmake"]
3636
3737 - os : osx
38- osx_image : xcode6 .4
38+ osx_image : xcode9 .4
3939 env :
40- - COMPILER=clang++ V='Apple LLVM 6.4 '
41- - COMPILER=clang++ V='Apple LLVM 6.4 ' WITH_CPP14=true
40+ - COMPILER=clang++ V='Apple LLVM 9.1 '
41+ - COMPILER=clang++ V='Apple LLVM 9.1 ' WITH_CPP14=true
4242
4343 - os : osx
44- osx_image : xcode7
44+ osx_image : xcode10.3
4545 env :
46- - COMPILER=clang++ V='Apple LLVM 7.0'
47- - COMPILER=clang++ V='Apple LLVM 7.0' WITH_CPP14=true
46+ - COMPILER=clang++ V='Apple LLVM 10.0'
47+ - COMPILER=clang++ V='Apple LLVM 10.0' WITH_CPP14=true
48+ - os : osx
49+ osx_image : xcode11.2
50+ env :
51+ - COMPILER=clang++ V='Apple LLVM 11.0'
52+ - COMPILER=clang++ V='Apple LLVM 11.0' WITH_CPP14=true
4853
4954before_install :
50- - |
51- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
52- brew rm --force cmake && brew install cmake
53- fi
55+ # - |
56+ # if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
57+ # brew update
58+ # brew rm --force cmake && brew install cmake
59+ # fi
5460
5561 - CMAKE_CXX_FLAGS+=" -Wall"
5662
You can’t perform that action at this time.
0 commit comments