Enable Travis CI builds for macOS, in addition to Linux.

This commit is contained in:
Bruce A. Mah 2017-06-05 14:09:52 -07:00
parent 2392def10f
commit 12e0c9be82
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A

View File

@ -2,6 +2,8 @@ language: c
compiler:
- gcc
- clang
os: linux
os:
- linux
- osx
script: ./configure && make && make check