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:
parent
3e6899d116
commit
bc5d7b7029
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user