From aefc297723533117524788d3fea517b8e3b2fae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barth=C3=A9l=C3=A9my=20von=20Haller?= Date: Tue, 28 May 2019 11:01:36 +0200 Subject: [PATCH] remove the on condition (#169) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18d4a2dff1..517aa0b53d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,6 @@ matrix: skip_cleanup: true github_token: $GITHUB_API_TOKEN local_dir: build/doc/html - on: - branch: master script: - if [[ $TOOL == "clang-format" ]] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then cd $TRAVIS_BUILD_DIR;