8000 OSX: update the Xcode versions · Dadie/docopt.cpp@7e48768 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e48768

Browse files
author
Jared Grubb
committed
OSX: update the Xcode versions
1 parent 6244119 commit 7e48768

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

.travis.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff 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

4954
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
5460

5561
- CMAKE_CXX_FLAGS+=" -Wall"
5662

0 commit comments

Comments
 (0)
0