travis: For linux, do all tests under gcc

Summary:
apologies yiwu-arbug, I thought I'd included this part of the commit.

Seems as though "JOB_NAME=unittests ROCKSDBTESTS_END=db_block_cache_test" has space issues and it did occasional previously too. May need to look up splitting tests more.
Closes https://github.com/facebook/rocksdb/pull/1766

Differential Revision: D4417493

Pulled By: siying

fbshipit-source-id: 3007ba5
This commit is contained in:
Daniel Black 2017-01-13 15:24:55 -08:00 committed by Facebook Github Bot
parent 3e6899d116
commit bc5d7b7029

View File

@ -31,12 +31,6 @@ matrix:
exclude:
- os: osx
compiler: gcc
- os: linux
compiler: gcc
env: JOB_NAME=java_test
- os: linux
compiler: gcc
env: JOB_NAME=unittests ROCKSDBTESTS_END=db_block_cache_test
before_script:
- if [[ "${TRAVIS_OS_NAME}" == 'linux' && "${CXX}" == 'clang++' ]]; then CXX=clang++-3.6; fi