1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Adding os x builds to travis ci. see <https://docs.travis-ci.com/user/multi-os/>.

Copied from Perforce
 Change: 189154
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-02-12 14:05:44 +00:00
parent 6df03ec2b2
commit e6a8d56abc

View file

@ -2,6 +2,9 @@
# $Id$
# See <http://about.travis-ci.org/docs/user/languages/c/>.
language: c
os:
- linux
- osx
compiler:
- clang
- gcc