Commit d66f08a3 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Don't run analyze, coverage, docs on Mac (#11990)

parent 5373a834
...@@ -29,3 +29,11 @@ script: ...@@ -29,3 +29,11 @@ script:
cache: cache:
directories: directories:
- $HOME/.pub-cache - $HOME/.pub-cache
matrix:
exclude:
- os: osx
env: SHARD=analyze
- os: osx
env: SHARD=coverage
- os: osx
env: SHARD=docs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment