aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 00:10:15 -0700
committerGitHub <noreply@github.com>2018-09-25 00:10:15 -0700
commita4f57cf49a4533cbc6e21c5eb6d964eda6898bda (patch)
tree06d264f0b035b73c1269e03fba8b739f8d19221c /.travis.yml
parent90943525c5d1fa4362cbc5c4b313dab761c02295 (diff)
parentb19266a3e3fda6ff9c97b2c1655ef5e7b4444c46 (diff)
downloadgoogletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.tar.gz
googletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.tar.bz2
googletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.zip
Merge branch 'master' into python3-tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ec239fa..d1fe6eb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,8 +18,9 @@ matrix:
- os: linux
compiler: clang
sudo : true
+ env: TEST_CLANG_FORMAT="yes"
install: ./ci/install-linux.sh && ./ci/log-config.sh
- script: ./ci/build-linux-bazel.sh
+ script: ./ci/test_format.sh && ./ci/build-linux-bazel.sh
- os: linux
group: deprecated-2017Q4
compiler: gcc
@@ -65,6 +66,7 @@ addons:
packages:
- g++-4.9
- clang-3.9
+ - clang-format-3.9
notifications:
email: false