Revert "Add clang format check to one of the builds"

This commit is contained in:
Gennadiy Civil
2018-09-25 10:05:30 -07:00
committed by GitHub
parent 0f7f5cd93a
commit c34ecf1ff0
2 changed files with 1 additions and 36 deletions

View File

@@ -18,9 +18,8 @@ matrix:
- os: linux
compiler: clang
sudo : true
env: TEST_CLANG_FORMAT="yes"
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/test_format.sh && ./ci/build-linux-bazel.sh
script: ./ci/build-linux-bazel.sh
- os: linux
group: deprecated-2017Q4
compiler: gcc
@@ -67,7 +66,6 @@ addons:
packages:
- g++-4.9
- clang-3.9
- clang-format-3.9
notifications:
email: false