mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Excluding os x builds with gcc from the travis build matrix, since we don't support that combination.
Copied from Perforce Change: 189159 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
e6a8d56abc
commit
87a4d3bf7c
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ os:
|
|||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
notifications:
|
||||
email:
|
||||
- mps-travis@ravenbrook.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue