Skip to content
Snippets Groups Projects
Unverified Commit 8f89fb8f authored by teor's avatar teor
Browse files

Travis: skip gcc on OSX, because the default compiler is clang

Part of #27252.
parent 9068e2fa
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,9 @@ matrix:
## We also exclude non-containerized gcc, because they're slow and redundant.
- compiler: gcc
sudo: required
## And skip gcc on OSX, because the default compiler is clang
- compiler: gcc
os: osx
## We don't need sudo. (The "apt:" stanza after this allows us to not need
## sudo; otherwise, we would need it for getting dependencies.)
......
o Minor features (continuous integration):
- Skip gcc on OSX in Travis CI, it's rarely used.
Implements ticket 27252.
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