Enable Travis CI builds for macOS, in addition to Linux.
This commit is contained in:
parent
2392def10f
commit
12e0c9be82
@ -2,6 +2,8 @@ language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
os: linux
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
script: ./configure && make && make check
|
||||
|
Loading…
Reference in New Issue
Block a user