Skip to content

Commit

Permalink
[travis]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 Apr 2, 2020
1 parent aada2af commit 1e4a782
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e4a782

Please sign in to comment.