Travis exclude Clang build job for PR

This commit is contained in:
triplus
2020-05-26 16:50:43 +02:00
committed by wwmayer
parent b65111790d
commit b28957bfd8

View File

@@ -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