Skip to content
Snippets Groups Projects
Commit 1e4a7822 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[travis]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.
parent aada2afc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment