mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 17:11:59 +00:00
Disable xcode 6.4 and g++-5 on macos
This commit is contained in:
parent
1bf47e97f9
commit
b69e32a749
14
.travis.yml
14
.travis.yml
@ -94,9 +94,9 @@ matrix:
|
|||||||
packages: ["clang-5.0", "g++-7"]
|
packages: ["clang-5.0", "g++-7"]
|
||||||
sources: *apt_sources
|
sources: *apt_sources
|
||||||
|
|
||||||
- env: COMPILER=clang++
|
# - env: COMPILER=clang++
|
||||||
osx_image: xcode6.4
|
# osx_image: xcode6.4
|
||||||
os: osx
|
# os: osx
|
||||||
|
|
||||||
# - env: COMPILER=clang++
|
# - env: COMPILER=clang++
|
||||||
# osx_image: xcode7.3
|
# osx_image: xcode7.3
|
||||||
@ -126,10 +126,10 @@ matrix:
|
|||||||
osx_image: xcode9.1
|
osx_image: xcode9.1
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
- env: COMPILER=g++-5
|
# - env: COMPILER=g++-5
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
osx_image: xcode9.1
|
# osx_image: xcode9.1
|
||||||
os: osx
|
# os: osx
|
||||||
|
|
||||||
# - env: COMPILER=g++-6
|
# - env: COMPILER=g++-6
|
||||||
# compiler: gcc
|
# compiler: gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user