also build on OS X

This commit is contained in:
Dane Springmeyer 2015-12-22 16:30:28 -08:00
parent f290794f22
commit f1ce176e75

@ -8,9 +8,11 @@ matrix:
addons:
apt:
packages: [ 'protobuf-compiler', 'libprotobuf-dev' ]
- os: osx
install:
- if [[ $(uname -s) == 'Darwin' ]]; then brew install protobuf; fi;
- make
script: