Skip to content

Commit

Permalink
Remove the exclude clause
Browse files Browse the repository at this point in the history
The exclude clause was a workaround travis-ci/travis-ci#4681 but it causes travis-ci/travis-ci#8536 in recent travis.
  • Loading branch information
vgvassilev committed Mar 25, 2020
1 parent f838ebc commit 80231c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80231c0

Please sign in to comment.