From 80231c07a70cd79497a23ec45da0fe76a263d45e Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Wed, 25 Mar 2020 07:50:57 +0200 Subject: [PATCH] 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 407828d27..b2aeed60f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -195,12 +195,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: osx - - os: linux - include: ##################### Clad for clang 5.0 ##################### # OSX 10.13, Clang and XCode 9.4