mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-18 06:31:15 +00:00
Make all travis bots required
This commit is contained in:
parent
d5f5b6b132
commit
67bac3a196
50
.travis.yml
50
.travis.yml
@ -72,40 +72,40 @@ matrix:
|
|||||||
|
|
||||||
# macOS takes too long.
|
# macOS takes too long.
|
||||||
|
|
||||||
- env: COMPILER=clang++
|
#- env: COMPILER=clang++
|
||||||
osx_image: xcode9.1
|
# osx_image: xcode9.1
|
||||||
os: osx
|
# os: osx
|
||||||
|
|
||||||
- env: COMPILER=g++-7
|
#- env: COMPILER=g++-7
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
osx_image: xcode9.1
|
# osx_image: xcode9.1
|
||||||
os: osx
|
# os: osx
|
||||||
|
|
||||||
# gcc builds that should be fixed at some point
|
# gcc builds that should be fixed at some point
|
||||||
|
|
||||||
- env: COMPILER=g++-5
|
#- env: COMPILER=g++-5
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
|
|
||||||
- env: COMPILER=g++-6
|
#- env: COMPILER=g++-6
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
|
|
||||||
- env: COMPILER=g++-7
|
#- env: COMPILER=g++-7
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
|
|
||||||
- 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
|
||||||
osx_image: xcode9.1
|
# osx_image: xcode9.1
|
||||||
os: osx
|
# os: osx
|
||||||
|
|
||||||
- env: COMPILER=g++-7
|
#- env: COMPILER=g++-7
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
osx_image: xcode9.1
|
# osx_image: xcode9.1
|
||||||
os: osx
|
# os: osx
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user