File tree 1 file changed +16
-10
lines changed 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,28 @@ matrix:
35
35
packages : ["clang-3.7", "cmake-data", "cmake"]
36
36
37
37
- os : osx
38
- osx_image : xcode6 .4
38
+ osx_image : xcode9 .4
39
39
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
42
42
43
43
- os : osx
44
- osx_image : xcode7
44
+ osx_image : xcode10.3
45
45
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
48
53
49
54
before_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
54
60
55
61
- CMAKE_CXX_FLAGS+=" -Wall"
56
62
You can’t perform that action at this time.
0 commit comments