Skip to content

Commit

Permalink
travis: For linux, do all tests under gcc
Browse files Browse the repository at this point in the history
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 #1766

Differential Revision: D4417493

Pulled By: siying

fbshipit-source-id: 3007ba5
  • Loading branch information
grooverdan authored and facebook-github-bot committed Jan 13, 2017
1 parent 3e6899d commit bc5d7b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit bc5d7b7

Please sign in to comment.