From 6bc991287d115bb5d57db78a39866372a05b3fa7 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Wed, 1 Apr 2020 20:40:19 +0300 Subject: [PATCH] [travis][skip-ci]Remove the exclude clause The exclude clause was a workaround travis-ci/travis-ci#4681 but it causes travis-ci/travis-ci#8536 in recent travis. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e254949e4d327..8041119e0bef9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,6 @@ matrix: # Abort all builds on a single failing matrix entry. fast_finish: true - exclude: - # Note: Workaround travis-ci/travis-ci#4681 - # Exclude default job which lacks our included environment variables. - - os: linux - include: - env: TOOL=clang-format script: &format_script