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 6968257 commit d915352Copy full SHA for d915352
.travis.yml
@@ -52,12 +52,6 @@ matrix:
52
- COMPILER=clang++ V='Apple LLVM 11.0' WITH_CPP14=true
53
54
before_install:
55
- # - |
56
- # if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
57
- # brew update
58
- # brew rm --force cmake && brew install cmake
59
- # fi
60
-
61
- CMAKE_CXX_FLAGS+=" -Wall"
62
63
- if [[ "${WITH_CPP14}" == "true" ]]; then CMAKE_OPTIONS+=" -DCMAKE_CXX_STANDARD=14"; fi
0 commit comments