Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 9ab2a00

Browse files
author
Grant Erickson
committed
Added OS X to the build matrix.
1 parent 4c0eea5 commit 9ab2a00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
# library.
2222
#
2323

24-
language: generic
24+
language: cpp
2525

2626
sudo: false
2727
compiler:
2828
- clang
2929
- gcc
30+
os:
31+
- linux
32+
- osx
3033

3134
script:
3235
- ./configure --enable-coverage && make && make distcheck

0 commit comments

Comments
 (0)