From bc5d7b70299b763127f3714055a63ebe7e04ad47 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 13 Jan 2017 15:24:55 -0800 Subject: [PATCH] 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 --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f6a86e75..695d3daf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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