From 9f3bb051961435e4a4f0393599d3666759020be8 Mon Sep 17 00:00:00 2001 From: triplus Date: Tue, 26 May 2020 16:50:43 +0200 Subject: [PATCH] Travis exclude Clang build job for PR --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bac6992063c..e2edf437f516 100755 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,8 @@ jobs: # - python: 3.7 fast_finish: true # https://blog.travis-ci.com/2013-11-27-fast-finishing-builds include: - - os: linux + - if: type != pull_request + os: linux dist: bionic language: cpp compiler: clang