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
main
Daniel Black 8 years ago committed by Facebook Github Bot
parent 3e6899d116
commit bc5d7b7029
  1. 6
      .travis.yml

@ -31,12 +31,6 @@ matrix:
exclude: exclude:
- os: osx - os: osx
compiler: gcc 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: before_script:
- if [[ "${TRAVIS_OS_NAME}" == 'linux' && "${CXX}" == 'clang++' ]]; then CXX=clang++-3.6; fi - if [[ "${TRAVIS_OS_NAME}" == 'linux' && "${CXX}" == 'clang++' ]]; then CXX=clang++-3.6; fi

Loading…
Cancel
Save