Skip to content

Commit

Permalink
Removing one more OS X Travis test row
Browse files Browse the repository at this point in the history
We don't need to test clang on/off on OS X as well as on Linux; one is
good enough.

This should make Travis runs faster because OS X runs are expensive
there (fewer build machines).
  • Loading branch information
Valloric committed Feb 2, 2016
1 parent bb7a0ec commit f3d01e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@ env:
# Travis can run out of RAM when compiling if we don't prevent parallelization.
- YCM_CORES=1
matrix:
# Don't forget to take the below matrix exclusions into account.
- USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7
- USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true
- USE_CLANG_COMPLETER=false YCMD_PYTHON_VERSION=2.6
- USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.6
matrix:
exclude:
# We don't run coverage on mac and we don't run the non-coverage version of
# the same run on linux.
- os: osx
env: USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true
- os: osx
env: USE_CLANG_COMPLETER=false YCMD_PYTHON_VERSION=2.6
- os: linux
env: USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7
addons:
Expand Down

0 comments on commit f3d01e1

Please sign in to comment.