1
Fork 0
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:
Richard Brooksby 2016-02-12 14:35:05 +00:00
parent e6a8d56abc
commit 87a4d3bf7c

View file

@ -8,6 +8,10 @@ os:
compiler:
- clang
- gcc
matrix:
exclude:
- os: osx
compiler: gcc
notifications:
email:
- mps-travis@ravenbrook.com